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 being
deprecated.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
  • Loading branch information
MatiasElo committed Mar 8, 2024
1 parent 22dfae9 commit c8d2c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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

0 comments on commit c8d2c11

Please sign in to comment.