Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4df5476

Browse files
committed
release.yml: actions/checkout@v4
Signed-off-by: Akihiro Suda <[email protected]>
1 parent b858e19 commit 4df5476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
timeout-minutes: 20
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- run: "./extract.sh"
1818
- run: cat _artifacts/SHA256SUMS
1919
- run: (cd _artifacts; sha256sum SHA256SUMS)

0 commit comments

Comments
 (0)