Skip to content

Commit c50a3b1

Browse files
committed
Update CI action versions
1 parent 3ee4244 commit c50a3b1

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@v4
4141

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

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

0 commit comments

Comments
 (0)