Skip to content

Commit

Permalink
Merge pull request #639 from Chris53897/feature/fix-ci-deprecations
Browse files Browse the repository at this point in the history
chore: fix ci deprecations
alexislefebvre authored Feb 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents e666088 + 64c9a23 commit 1ccaaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
@@ -44,7 +44,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composercache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 comments on commit 1ccaaae

Please sign in to comment.