Skip to content

Commit

Permalink
video-2083: bump actions/core to 1.10 to address set-output
Browse files Browse the repository at this point in the history
set-output is deprecated; this version bump should change
the setOutput library call to one that does not trigger the
warning.

Signed-off-by: Thomas Goodwin <[email protected]>
  • Loading branch information
btgoodwin committed Nov 28, 2022
1 parent f5265b4 commit acddf93
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 26 deletions.
57 changes: 36 additions & 21 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/blinemedical/setup-gstreamer#readme",
"dependencies": {
"@actions/cache": "^3.0.6",
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.2",
Expand Down

0 comments on commit acddf93

Please sign in to comment.