Skip to content

Commit

Permalink
Merge pull request #22 from Chris53897/feature/fix-ci-deperecations
Browse files Browse the repository at this point in the history
chore: fix ci deprecations
  • Loading branch information
bresam authored Feb 20, 2024
2 parents b0fefb3 + 50277eb commit 3e1487e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

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

-
name: Setup PHP
Expand All @@ -44,7 +44,7 @@ jobs:

-
name: Cache Composer
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json **/composer.lock') }}
Expand Down

0 comments on commit 3e1487e

Please sign in to comment.