Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
The `@actions/core` package has been updated to squash this warning:

> The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Notes:

> Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions.

https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md
> ### 1.10.0
> - `saveState` and `setOutput` now use environment files if available [#1178](actions/toolkit#1178)
  • Loading branch information
elliottkember committed Jul 20, 2023
1 parent 892c80c commit e20b544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,6 +23,6 @@
},
"homepage": "https://github.com/petehouston/github-actions-query-branch-name#readme",
"dependencies": {
"@actions/core": "^1.2.7"
"@actions/core": "^1.10.0"
}
}

0 comments on commit e20b544

Please sign in to comment.