Skip to content

Commit 4bb077e

Browse files
committed
upgrade to actions/cache@v3
1 parent 3934834 commit 4bb077e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: "${{ steps.nodenv.outputs.node-version }}"
3434
- name: Cache SBT
35-
uses: actions/cache@v2
35+
uses: actions/cache@v3
3636
with:
3737
path: |
3838
~/.ivy2/local/

0 commit comments

Comments
 (0)