Skip to content

Commit 34545d4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-20.04
4545
steps:
4646
- uses: actions/checkout@v3
47-
- uses: actions/[email protected].2
47+
- uses: actions/[email protected].4
4848
with:
4949
path: /tmp/.buildx-cache
5050
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/download-artifact@v3
112112
with:
113113
name: build-manifest
114-
- uses: actions/cache@v3
114+
- uses: actions/cache@v3.2.4
115115
with:
116116
path: ./rubies
117117
key: ${{ matrix.entry.rubies_cache_key }}

0 commit comments

Comments
 (0)