Skip to content

Commit

Permalink
fix github actions deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakublech committed May 20, 2024
1 parent 0cc036f commit 74663eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

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

-
name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: "${{ matrix.node }}"

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

-
name: Cache Composer
uses: actions/cache@v2
uses: actions/cache@v3
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 74663eb

Please sign in to comment.