We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a4d2f commit c1b5a65Copy full SHA for c1b5a65
.github/workflows/build-pipeline.yml
@@ -32,7 +32,7 @@ jobs:
32
# Set host ip to env variable to be uside within container actions
33
- name: set-host-ip
34
run: echo "_HOST_IP=$(hostname -I | cut -d ' ' -f 1)" >> $GITHUB_ENV
35
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
36
- name: run-build-scripts
37
uses: ./.github/actions/build-environment
38
with:
0 commit comments