Skip to content

Commit

Permalink
TASK: Update actions in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns authored Dec 11, 2024
1 parent 4d5f514 commit b0e45ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
sudo rm -rf ~/.composer
- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.composer/cache
key: dependencies-composer-${{ hashFiles('composer.json') }}

- name: Checkout development distribution
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: neos/neos-development-distribution
ref: ${{ env.NEOS_TARGET_VERSION }}
Expand Down

0 comments on commit b0e45ec

Please sign in to comment.