Skip to content

Commit

Permalink
Update actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rdss-sknott authored Sep 18, 2024
1 parent 0ac048e commit 984b7fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: 'echo "::set-output name=directory::$(npm config get cache)"'

- name: Cache Composer Packages
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-composer
with:
Expand All @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-codestyle-${{ env.cache-name }}-
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: 'echo "::set-output name=directory::$(npm config get cache)"'

- name: Cache Composer Packages
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-composer
matrix-entries: ${{ matrix.composer_version }}-${{ matrix.composer_parameters }}
Expand All @@ -108,7 +108,7 @@ jobs:
${{ runner.os }}-tests-${{ env.cache-name }}-${{ env.matrix-entries }}-
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 984b7fb

Please sign in to comment.