Skip to content

Commit b868e47

Browse files
authored
Merge pull request #58 from sderen-stancer/sd/fix-github-actions
#57 Fix github actions version
2 parents 18cb499 + 9888a4c commit b868e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
coverage: ${{ matrix.coverage }}
3636

3737
- name: Checkout
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v5
3939

4040
- name: Get composer cache directory
4141
id: composer-cache
4242
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4343

4444
- name: Cache dependencies
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)