Skip to content

Commit 557d9b9

Browse files
committed
CI: use checkout@v4
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8513f80 commit 557d9b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-11
1818
timeout-minutes: 20
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
# https://github.com/reproducible-containers/repro-get/issues/3
2323
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.platform }}
1818
timeout-minutes: 40
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 1
2323
- name: Show host info

0 commit comments

Comments
 (0)