Merge pull request #16341 from spowelljr/fixRuncVersion
CI: Fix runc version in PR titlepull/16358/head
commit
37709e44e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue