Skip to content

Commit 2998247

Browse files
committed
Upgrade github actions step versions
1 parent 552eba4 commit 2998247

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,16 @@ jobs:
3131
tools: composer:v2
3232

3333
- name: Checkout
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
35+
with:
36+
show-progress: false
3537

3638
- name: Get Composer Cache Directory
3739
id: composer-cache
3840
run: |
3941
echo "::set-output name=dir::$(composer config cache-files-dir)"
4042
41-
- uses: actions/cache@v2
43+
- uses: actions/cache@v4
4244
with:
4345
path: ${{ steps.composer-cache.outputs.dir }}
4446
key: ${{ runner.os }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)