Skip to content

Commit 6e8c5ee

Browse files
committed
TASK: Adjust versions of github actions
1 parent aef5bb5 commit 6e8c5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
composer config --no-plugins allow-plugins.neos/composer-plugin true
4545
4646
- name: Checkout
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v4
4848
with:
4949
path: ${{ env.NEOS_FOLDER }}${{ env.DIST_FOLDER }}
5050

@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Cache Composer packages
5858
id: composer-cache
59-
uses: actions/cache@v2
59+
uses: actions/cache@v4
6060
with:
6161
path: |
6262
~/.cache/composer

0 commit comments

Comments
 (0)