Skip to content

Commit

Permalink
github_ci: update checkout actions
Browse files Browse the repository at this point in the history
Update checkout GitHub action to v4 as node.js 16 actions are deprecated.

Signed-off-by: Matias Elo <[email protected]>
  • Loading branch information
MatiasElo committed Jan 31, 2024
1 parent 3f70146 commit eb34ed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
'rocky_linux_9-x86_64']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
run: docker build $IMAGE_DIR -t $IMAGE_NAME
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
'rocky_linux_9-arm64-native']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
run: docker build $IMAGE_DIR -t $IMAGE_NAME
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
'ubuntu_20.04-x86_64-coverity-linux-dpdk']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build linux-generic image
if: ${{ env.COVERITY_TOKEN_ODP && env.IMAGE_DIR == 'ubuntu_20.04-x86_64-coverity-linux-generic' }}
Expand Down

0 comments on commit eb34ed8

Please sign in to comment.