Skip to content

Commit

Permalink
TASK: Update actions in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns authored Dec 11, 2024
1 parent aee9e70 commit f7a0e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
working-directory: .

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{ env.FLOW_FOLDER }}

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
mysql root password: 'neos'

- name: Checkout development distribution
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: neos/flow-development-distribution
ref: ${{ env.FLOW_TARGET_VERSION }}
Expand All @@ -123,7 +123,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cache/composer
Expand Down

0 comments on commit f7a0e14

Please sign in to comment.