Skip to content

Commit b650fb2

Browse files
chore(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c66d9ca commit b650fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
inputs: requirements.txt requirements-test.txt
105105
- name: Cache OWASP
106-
uses: actions/cache@v5
106+
uses: actions/cache@v6
107107
with:
108108
path: .code_scanning/dependency-check
109109
key: ${{ runner.os }}-build-owasp-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)