Skip to content

Commit

Permalink
chore: update deprecated set-output call (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow authored Apr 3, 2023
1 parent 4be3c24 commit 262a3ae
Show file tree
Hide file tree
Showing 3 changed files with 1,282 additions and 1,308 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-grype-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
npm install
npm run build
# export the version for use with create-pull-request:
echo "::set-output name=LATEST_VERSION::$LATEST_VERSION"
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_OUTPUT
id: latest-version
- uses: tibdex/github-app-token@v1
id: generate-token
Expand Down
Loading

0 comments on commit 262a3ae

Please sign in to comment.