Skip to content

Commit

Permalink
CI: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Jan 8, 2025
1 parent 27f1167 commit 56e5c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
image: ["el9", "ubuntu2204", "ubuntu2404"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build
run: |
echo $PWD
Expand All @@ -50,7 +50,7 @@ jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: download
run: |
cd coverity
Expand Down

0 comments on commit 56e5c18

Please sign in to comment.