Skip to content

Commit 3f6ced1

Browse files
Bump actions/checkout from 3 to 4 (#185)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98e6c4e commit 3f6ced1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/build-riscv64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 1
4949

@@ -85,7 +85,7 @@ jobs:
8585
- build_wheels
8686
steps:
8787
- name: Checkout code
88-
uses: actions/checkout@v3
88+
uses: actions/checkout@v4
8989
with:
9090
fetch-depth: 0
9191

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
uses: Chia-Network/actions/clean-workspace@main
101101

102102
- name: Checkout code
103-
uses: actions/checkout@v3
103+
uses: actions/checkout@v4
104104
with:
105105
fetch-depth: 0
106106

@@ -152,7 +152,7 @@ jobs:
152152
uses: Chia-Network/actions/clean-workspace@main
153153

154154
- name: Checkout code
155-
uses: actions/checkout@v3
155+
uses: actions/checkout@v4
156156
with:
157157
fetch-depth: 0
158158

@@ -195,7 +195,7 @@ jobs:
195195
uses: Chia-Network/actions/clean-workspace@main
196196

197197
- name: Checkout code
198-
uses: actions/checkout@v3
198+
uses: actions/checkout@v4
199199
with:
200200
fetch-depth: 0
201201

@@ -241,7 +241,7 @@ jobs:
241241
uses: Chia-Network/actions/clean-workspace@main
242242

243243
- name: Checkout code
244-
uses: actions/checkout@v3
244+
uses: actions/checkout@v4
245245
with:
246246
fetch-depth: 0
247247

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/hw-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: [ubuntu-latest]
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/test.yaml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
# See: https://github.com/google/sanitizers/issues/1716
2828
# Fixes `FATAL: ThreadSanitizer: unexpected memory mapping 0x70498d8ae000-0x70498dd00000` type errors

0 commit comments

Comments
 (0)