Skip to content

Commit dac7610

Browse files
chore(deps): update actions/cache action to v6 (#663)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72b6981 commit dac7610

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
# Lint API
225225
-
226226
name: PHP CS Fixer Cache
227-
uses: actions/cache@v5
227+
uses: actions/cache@v6
228228
with:
229229
path: api/.php-cs-fixer.cache
230230
key: ${{ runner.OS }}-phpcsfixer-${{ github.sha }}
@@ -259,7 +259,7 @@ jobs:
259259
version: latest
260260
-
261261
name: Cache PNPM
262-
uses: actions/cache@v5
262+
uses: actions/cache@v6
263263
with:
264264
path: ${{ env.PNPM_HOME }}
265265
key: ${{ runner.os }}-pnpm-${{ github.run_id }}
@@ -277,7 +277,7 @@ jobs:
277277
# Lint HELM
278278
-
279279
name: Cache Helm Dependencies
280-
uses: actions/cache@v5
280+
uses: actions/cache@v6
281281
with:
282282
path: helm/api-platform/charts/
283283
key: ${{ runner.os }}-helm-dependencies-${{ github.run_id }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
gcloud container clusters get-credentials ${{ inputs.gke-cluster }} --zone ${{ inputs.gke-zone }}
8080
-
8181
name: Cache Helm Dependencies
82-
uses: actions/cache@v5
82+
uses: actions/cache@v6
8383
with:
8484
path: helm/api-platform/charts/
8585
key: ${{ runner.os }}-helm-dependencies-${{ github.run_id }}

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: docker pull europe-west1-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/${{ secrets.GKE_PROJECT }}/${{ matrix.image }}:latest
6363
-
6464
name: Cache Trivy
65-
uses: actions/cache@v5
65+
uses: actions/cache@v6
6666
with:
6767
path: .trivy
6868
key: ${{ runner.os }}-trivy-${{ github.run_id }}

.github/workflows/upgrade-api-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3737
-
3838
name: Cache Dependencies
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)