Skip to content

Commit c1b5a65

Browse files
committed
Bump build-pipeline dependency
actions/checkout to v4
1 parent 52a4d2f commit c1b5a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Set host ip to env variable to be uside within container actions
3333
- name: set-host-ip
3434
run: echo "_HOST_IP=$(hostname -I | cut -d ' ' -f 1)" >> $GITHUB_ENV
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
- name: run-build-scripts
3737
uses: ./.github/actions/build-environment
3838
with:

0 commit comments

Comments
 (0)