Skip to content

Commit 7ce6eb9

Browse files
Merge pull request #173 from ruby/dependabot/github_actions/actions/cache-3.2.6
Bump actions/cache from 3.2.4 to 3.2.6
2 parents f463464 + 6272f0c commit 7ce6eb9

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)