Update to latest actions/cache to fix cache saving on Windows with MSYS2 tar

* See https://github.com/actions/toolkit/issues/632
* Fixes https://github.com/ruby/setup-ruby/issues/102
This commit is contained in:
Benoit Daloze
2020-12-12 14:51:32 +01:00
parent 0981b5ec00
commit 515629a013
3 changed files with 998 additions and 350 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
},
"homepage": "https://github.com/ruby/setup-ruby",
"dependencies": {
"@actions/cache": "^1.0.2",
"@actions/cache": "^1.0.5",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.0.2",