Skip to content

Commit e5cd43e

Browse files
Merge pull request #188 from ruby/dependabot/github_actions/actions/cache-3.3.1
Bump actions/cache from 3.2.6 to 3.3.1
2 parents ae5c090 + 6077b8e commit e5cd43e

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)