Skip to content

Commit 68522db

Browse files
committed
Whoops. That was action/checkout, not cache.
1 parent 6f39181 commit 68522db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
timeout-minutes: 20
3131
steps:
3232
- uses: styfle/cancel-workflow-action@0.8.0
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v2
3434
- uses: shivammathur/setup-php@v2
3535
with:
3636
php-version: '7.4'
3737
- name: Get Composer Cache Directory
3838
id: composer-cache
3939
run: |
4040
echo "::set-output name=dir::$(composer config cache-files-dir)"
41-
- uses: actions/cache@v2
41+
- uses: actions/cache@v4
4242
with:
4343
path: ${{ steps.composer-cache.outputs.dir }}
4444
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)