Skip to content

Commit d84cc42

Browse files
dependabot[bot]maresb
authored andcommitted
Bump actions/cache from 1 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edc1788 commit d84cc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
env:
181181
PYTHON_VERSION: 3.9
182182
- name: Download previous benchmark data
183-
uses: actions/cache@v1
183+
uses: actions/cache@v3
184184
with:
185185
path: ./cache
186186
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)