3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-01 09:39:54 +00:00

Update @actions/core (#83)

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 21:47:06 +02:00 committed by GitHub
parent 76686c56f2
commit c4652c677c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"