Skip to content

Commit 8a50415

Browse files
Bump actions/cache from 3.2.4 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.4...v3.2.6) --- 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 0ef6903 commit 8a50415

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].4
47+
- uses: actions/[email protected].6
4848
with:
4949
path: /tmp/.buildx-cache
5050
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/download-artifact@v3
114114
with:
115115
name: build-manifest
116-
- uses: actions/[email protected].4
116+
- uses: actions/[email protected].6
117117
with:
118118
path: ./rubies
119119
key: ${{ matrix.entry.rubies_cache_key }}

0 commit comments

Comments
 (0)