Skip to content

Commit 79ae2b5

Browse files
committed
Update GitHub actions versions
1 parent 1b4db90 commit 79ae2b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/ci-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
-
77
name: Composer cache
8-
uses: actions/cache@v2
8+
uses: actions/cache@v4
99
with:
1010
path: vendor
1111
key: composer-${{ hashFiles('composer.json') }}

.github/workflows/build-docker-image-parallel-processes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build Docker image parallel-processes
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v5
1212
-
1313
uses: ./.github/actions/build-docker-image-parallel-processes
1414
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Release
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v5
1616
-
1717
name: Composer cache
1818
uses: actions/cache@v2

0 commit comments

Comments
 (0)