3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-07 11:32:15 +00:00

Update @actions/cors

According to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ this should fix the deprecations warnings related to `save-state` and `set-output`.
This commit is contained in:
Tobias Bieniek 2022-10-14 00:07:49 +02:00
parent 76686c56f2
commit 1d97b62574
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
"homepage": "https://github.com/Swatinem/rust-cache#readme",
"dependencies": {
"@actions/cache": "^3.0.4",
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.3.0",
"@actions/io": "^1.1.2"