Skip to content

Commit 47e637a

Browse files
Bump actions/cache from 4 to 5 (#6596)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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>
1 parent 71b1a61 commit 47e637a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pnnx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,21 @@ jobs:
9494

9595
- name: cache-libtorch
9696
id: cache-libtorch
97-
uses: actions/cache@v4
97+
uses: actions/cache@v5
9898
with:
9999
path: libtorch-${{ env.LIBTORCH_VERSION }}-install
100100
key: libtorch-${{ env.LIBTORCH_VERSION }}-linux-install-${{ env.CACHE_DATE }}
101101

102102
- name: cache-torchvision
103103
id: cache-torchvision
104-
uses: actions/cache@v4
104+
uses: actions/cache@v5
105105
with:
106106
path: torchvision-${{ env.TORCHVISION_VERSION }}-install
107107
key: torchvision-${{ env.TORCHVISION_VERSION }}-linux-install-${{ env.CACHE_DATE }}
108108

109109
- name: cache-onnxruntime
110110
id: cache-onnxruntime
111-
uses: actions/cache@v4
111+
uses: actions/cache@v5
112112
with:
113113
path: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-install
114114
key: onnxruntime-${{ env.ONNXRUNTIME_VERSION }}-linux-install-${{ env.CACHE_DATE }}

0 commit comments

Comments
 (0)