Skip to content

Commit 262a3ae

Browse files
authored
chore: update deprecated set-output call (#223)
Signed-off-by: Keith Zantow <[email protected]>
1 parent 4be3c24 commit 262a3ae

File tree

3 files changed

+1282
-1308
lines changed

3 files changed

+1282
-1308
lines changed

.github/workflows/update-grype-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
npm install
2121
npm run build
2222
# export the version for use with create-pull-request:
23-
echo "::set-output name=LATEST_VERSION::$LATEST_VERSION"
23+
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_OUTPUT
2424
id: latest-version
2525
- uses: tibdex/github-app-token@v1
2626
id: generate-token

0 commit comments

Comments
 (0)