Skip to content

Commit

Permalink
Updates actions/checkout and actions/cache, NodeJS depreciation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlew committed Oct 4, 2023
1 parent 0416ecb commit b2b3566
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
Expand Up @@ -55,7 +55,7 @@ jobs:
- 8.3
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -66,7 +66,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

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

0 comments on commit b2b3566

Please sign in to comment.