File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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') }}
You can’t perform that action at this time.
0 commit comments