Skip to content

Commit

Permalink
update GH action checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
palainp committed Oct 17, 2024
1 parent 8358a61 commit a16bc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- run: ./build-with.sh docker

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- run: ./build-with.sh podman

Expand Down

0 comments on commit a16bc96

Please sign in to comment.