Skip to content

Commit fa52d3e

Browse files
renovate[bot]Romuald Lemesle
andauthored
chore(deps): update actions/cache action to v6
Co-authored-by: Romuald Lemesle <romuald.lemesl@filigran.io>
1 parent d539063 commit fa52d3e

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/api-types-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
working-directory: openaev-front
7575

7676
- name: Cache Yarn dependencies
77-
uses: actions/cache@v5
77+
uses: actions/cache@v6
7878
with:
7979
path: ${{ steps.yarn-cache-dir.outputs.dir }}
8080
key: ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}

.github/actions/e2e-tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
shell: bash
7878
working-directory: openaev-front
7979
- name: Cache Yarn dependencies
80-
uses: actions/cache@v5
80+
uses: actions/cache@v6
8181
with:
8282
path: ${{ steps.yarn-cache-dir.outputs.dir }}
8383
key: ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}
@@ -89,7 +89,7 @@ runs:
8989
working-directory: openaev-front
9090
- name: Cache Playwright browsers
9191
id: playwright-cache
92-
uses: actions/cache@v5
92+
uses: actions/cache@v6
9393
with:
9494
path: ~/.cache/ms-playwright
9595
key: playwright-${{ inputs.browser }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('openaev-front/yarn.lock') }}

.github/actions/frontend-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818
working-directory: openaev-front
1919
- name: Cache Yarn dependencies
20-
uses: actions/cache@v5
20+
uses: actions/cache@v6
2121
with:
2222
path: ${{ steps.yarn-cache-dir.outputs.dir }}
2323
key: ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}

.github/actions/frontend-quality/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
shell: bash
2020
working-directory: openaev-front
2121
- name: Cache Yarn dependencies
22-
uses: actions/cache@v5
22+
uses: actions/cache@v6
2323
with:
2424
path: ${{ steps.yarn-cache-dir.outputs.dir }}
2525
key: ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}

.github/workflows/nightly-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
working-directory: openaev-front
347347

348348
- name: Cache Yarn dependencies
349-
uses: actions/cache@v5
349+
uses: actions/cache@v6
350350
with:
351351
path: ${{ steps.yarn-cache-dir.outputs.dir }}
352352
key: ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}
@@ -580,7 +580,7 @@ jobs:
580580
working-directory: openaev-front
581581

582582
- name: Cache Yarn dependencies
583-
uses: actions/cache@v5
583+
uses: actions/cache@v6
584584
with:
585585
path: ${{ steps.yarn-cache-dir.outputs.dir }}
586586
key: ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}

0 commit comments

Comments
 (0)