Skip to content

Commit 5da55c8

Browse files
committed
Update GitHub action versions
1 parent af0ba56 commit 5da55c8

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
@@ -37,7 +37,7 @@ jobs:
3737
git config --global core.eol lf
3838
3939
- name: Checkout code
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v5
4141

4242
- name: Setup PHP
4343
uses: shivammathur/setup-php@v2
@@ -50,7 +50,7 @@ jobs:
5050
run: echo "::set-output name=dir::$(composer config cache-dir)"
5151

5252
- name: Cache dependencies
53-
uses: actions/cache@v2
53+
uses: actions/cache@v4
5454
with:
5555
path: ${{ steps.composer-cache.outputs.dir }}
5656
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.*') }}-${{ matrix.composer-flags }}

0 commit comments

Comments
 (0)