Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1324c0c

Browse filesBrowse files
chore(deps): bump actions/cache from 3 to 4 (abetlen#1751)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrei <abetlen@gmail.com>
1 parent 49b1e73 commit 1324c0c
Copy full SHA for 1324c0c

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎.github/workflows/build-wheels-cuda.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-wheels-cuda.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: VS Integration Cache
7373
id: vs-integration-cache
7474
if: runner.os == 'Windows'
75-
uses: actions/cache@v4.0.2
75+
uses: actions/cache@v4
7676
with:
7777
path: ./MSBuildExtensions
7878
key: cuda-${{ matrix.cuda }}-vs-integration

‎.github/workflows/test.yaml

Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: ${{ matrix.python-version }}
4747
cache: 'pip'
4848
- name: Restore model cache
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: ~/.cache/huggingface/hub
5252
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -86,7 +86,7 @@ jobs:
8686
cache: 'pip'
8787

8888
- name: Restore model cache
89-
uses: actions/cache@v3
89+
uses: actions/cache@v4
9090
with:
9191
path: ~/.cache/huggingface/hub
9292
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -129,7 +129,7 @@ jobs:
129129
cache: 'pip'
130130

131131
- name: Restore model cache
132-
uses: actions/cache@v3
132+
uses: actions/cache@v4
133133
with:
134134
path: ~/.cache/huggingface/hub
135135
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}
@@ -168,7 +168,7 @@ jobs:
168168
python-version: "3.9"
169169

170170
- name: Restore model cache
171-
uses: actions/cache@v3
171+
uses: actions/cache@v4
172172
with:
173173
path: ~/.cache/huggingface/hub
174174
key: ${{ runner.os }}-model-${{ env.REPO_ID }}-${{ env.MODEL_FILE }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.