Skip to content

Commit 6077b8e

Browse files
Bump actions/cache from 3.2.6 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.6...v3.3.1) --- 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 ae5c090 commit 6077b8e

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/cache@v3.2.6
47+
- uses: actions/cache@v3.3.1
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/cache@v3.2.6
116+
- uses: actions/cache@v3.3.1
117117
with:
118118
path: ./rubies
119119
key: ${{ matrix.entry.rubies_cache_key }}

0 commit comments

Comments
 (0)