Skip to content

Commit 037d879

Browse files
authored
Merge pull request #317 from cucumber/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2 parents 023e7b4 + 1b77e93 commit 037d879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-policy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121

2222
- name: Cache sbt
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: |
2626
~/.sbt

0 commit comments

Comments
 (0)