Skip to content

Commit b1a88fc

Browse files
dependabot[bot]kateinoigakukun
authored andcommitted
Bump actions/cache from 2 to 3.0.11
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3.0.11) --- 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 0a41053 commit b1a88fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-20.04
4242
steps:
4343
- uses: actions/checkout@v3
44-
- uses: actions/cache@v2
44+
- uses: actions/cache@v3.0.11
4545
with:
4646
path: /tmp/.buildx-cache
4747
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)