Skip to content

Commit ae25d03

Browse files
committed
[CI] bump actions/checkout version
1 parent 6d57ea4 commit ae25d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: ubuntu-latest - Docker - lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Run hadolint
1818
uses: reviewdog/action-hadolint@v1
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: Set Environment Variables
3232
run: |

0 commit comments

Comments
 (0)