Skip to content

Commit 921a5b8

Browse files
committed
update remaining GitHub actions
1 parent b14a0b7 commit 921a5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: 'Check out'
97-
uses: 'actions/checkout@v2'
97+
uses: 'actions/checkout@v4'
9898

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

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

0 commit comments

Comments
 (0)