Skip to content

Commit

Permalink
update remaining GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed May 24, 2024
1 parent b14a0b7 commit 921a5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

steps:
- name: 'Check out'
uses: 'actions/checkout@v2'
uses: 'actions/checkout@v4'

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

- name: 'Cache dependencies'
uses: 'actions/cache@v2'
uses: 'actions/cache@v4'
with:
path: '${{ steps.composer-cache.outputs.cache-dir }}'
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
Expand Down

0 comments on commit 921a5b8

Please sign in to comment.