Skip to content

Commit 1d7d672

Browse files
committed
Update GitHub Actions cache action from v2 to v3 in release workflow
1 parent 9be26cb commit 1d7d672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: cached dependencies
16-
uses: actions/cache@v2
16+
uses: actions/cache@v3
1717
id: cached-dependencies
1818
with:
1919
path: ./tawkto/vendor

0 commit comments

Comments
 (0)