Skip to content

Commit 43c5506

Browse files
committed
check-remote-image-existence.yml: use actions/checkout@v4
Signed-off-by: Norio Nomura <[email protected]>
1 parent 4192592 commit 43c5506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-remote-image-existence.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Run check-remote-image-existence.sh
2020
run: ./hack/check-remote-image-existence.sh

0 commit comments

Comments
 (0)