Skip to content

Commit 1f0d23e

Browse files
build(deps): bump actions/cache from 2.1.7 to 3 (#725)
* build(deps): bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * github/workflows/main: use fully-qualified tag for actions/cache Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: francisco souza <108725+fsouza@users.noreply.github.com>
1 parent 9f9b1ae commit 1f0d23e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: staticcheck cache
7777
id: staticcheck-cache
78-
uses: actions/cache@v2.1.7
78+
uses: actions/cache@v3.0.0
7979
with:
8080
path: ~/.cache/staticcheck
8181
key: "${{ steps.get-staticcheck-version.outputs.version }}"

0 commit comments

Comments
 (0)