Merge pull request #16341 from spowelljr/fixRuncVersion

CI: Fix runc version in PR title
pull/16358/head
Medya Ghazizadeh 2023-04-21 16:19:14 +02:00 committed by GitHub
commit 37709e44e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: |
echo "OLD_VERSION=$(DEP=runc make get-dependency-version)" >> $GITHUB_OUTPUT
make update-runc-version
echo "NEW_VERSION=$(DEP=buildkit make get-dependency-version)" >> $GITHUB_OUTPUT
echo "NEW_VERSION=$(DEP=runc make get-dependency-version)" >> $GITHUB_OUTPUT
# The following is to support multiline with GITHUB_OUTPUT, see https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
echo "changes<<EOF" >> $GITHUB_OUTPUT
echo "$(git status --porcelain)" >> $GITHUB_OUTPUT