Skip to content

Commit 0a00b3a

Browse files
committed
cache v4
1 parent fe87b7f commit 0a00b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
php-versions: [ '8.2', '8.3', '8.4' ]
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v2
1313
# PHP
1414
- name: Setup PHP
1515
uses: shivammathur/setup-php@v2
@@ -20,7 +20,7 @@ jobs:
2020
id: composercache
2121
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2222
- name: Cache composer dependencies
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ${{ steps.composercache.outputs.dir }}
2626
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)