Skip to content

Commit 1bde6fb

Browse files
Upgrade actions/checkout version (#74)
Co-authored-by: flowrolltide <[email protected]>
1 parent 84ef6fd commit 1bde6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repo
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Run the build process with Docker
1717
uses: addnab/docker-run-action@v3
1818
with:

0 commit comments

Comments
 (0)