Skip to content

Commit f96d62e

Browse files
build(deps): bump actions/cache from 4 to 5 (#1084)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5179016 commit f96d62e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Get yarn cache dir
6767
run: echo "yarn_cache=$(yarn cache dir)" >> "$GITHUB_ENV"
6868
- name: Cache node modules
69-
uses: actions/cache@v4
69+
uses: actions/cache@v5
7070
id: cache_node_modules
7171
with:
7272
key: node-${{ hashFiles('admin-js/package.json') }}-${{ github.run_id }}
@@ -80,7 +80,7 @@ jobs:
8080
run: yarn install --production
8181
working-directory: admin-js/
8282
- name: Cache output files
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
id: cache_admin_js
8585
with:
8686
key: yarn-${{ hashFiles('admin-js/src/*') }}-${{ hashFiles('admin-js/yarn.lock') }}
@@ -113,7 +113,7 @@ jobs:
113113
cache: 'pip'
114114
cache-dependency-path: '**/requirements*.txt'
115115
- name: Restore cached JS files
116-
uses: actions/cache/restore@v4
116+
uses: actions/cache/restore@v5
117117
with:
118118
key: yarn-${{ hashFiles('admin-js/src/*') }}
119119
fail-on-cache-miss: true
@@ -155,7 +155,7 @@ jobs:
155155
- name: Get yarn cache dir
156156
run: echo "yarn_cache=$(yarn cache dir)" >> "$GITHUB_ENV"
157157
- name: Cache node modules
158-
uses: actions/cache@v4
158+
uses: actions/cache@v5
159159
with:
160160
key: node-${{ hashFiles('admin-js/package.json') }}-${{ github.run_id }}
161161
restore-keys: node-${{ hashFiles('admin-js/package.json') }}
@@ -172,7 +172,7 @@ jobs:
172172
cache: 'pip'
173173
cache-dependency-path: '**/requirements*.txt'
174174
- name: Restore cached JS files
175-
uses: actions/cache/restore@v4
175+
uses: actions/cache/restore@v5
176176
with:
177177
key: yarn-${{ hashFiles('admin-js/src/*') }}
178178
fail-on-cache-miss: true

0 commit comments

Comments
 (0)