Skip to content

Commit 053110a

Browse files
dependabot[bot]kateinoigakukun
authored andcommitted
Bump actions/cache from 3.0.11 to 3.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8028eeb commit 053110a

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@v3.0.11
44+
- uses: actions/cache@v3.2.2
4545
with:
4646
path: /tmp/.buildx-cache
4747
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)