Skip to content

Commit dc033fd

Browse files
committed
Bump GitHub action versions
1 parent 2fd832f commit dc033fd

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
@@ -42,7 +42,7 @@ jobs:
4242
git config --global core.eol lf
4343
4444
- name: Checkout code
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v5
4646

4747
- name: Setup PHP
4848
uses: shivammathur/setup-php@v2
@@ -54,7 +54,7 @@ jobs:
5454
run: echo "::set-output name=dir::$(composer config cache-dir)"
5555

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

0 commit comments

Comments
 (0)