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
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"