Skip to content

Commit c6d52bf

Browse files
chore(deps): bump actions/checkout from 2 to 4 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97dd65f commit c6d52bf

15 files changed

+20
-20
lines changed

.github/workflows/check_only_keyword.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/ci_static-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
not-grep:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: not-grep
1212
uses: mattsb42-meta/[email protected]

.github/workflows/dafny_interop_test_net.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Support longpaths on Git checkout
5151
run: |
5252
git config --global core.longpaths true
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
with:
5555
submodules: recursive
5656
fetch-depth: 0

.github/workflows/dafny_interop_test_vector_net.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Support longpaths on Git checkout
5050
run: |
5151
git config --global core.longpaths true
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
with:
5454
submodules: recursive
5555
fetch-depth: 0
@@ -159,7 +159,7 @@ jobs:
159159
- name: Support longpaths on Git checkout
160160
run: |
161161
git config --global core.longpaths true
162-
- uses: actions/checkout@v3
162+
- uses: actions/checkout@v4
163163
with:
164164
submodules: recursive
165165
fetch-depth: 0
@@ -261,7 +261,7 @@ jobs:
261261
- name: Support longpaths on Git checkout
262262
run: |
263263
git config --global core.longpaths true
264-
- uses: actions/checkout@v2
264+
- uses: actions/checkout@v4
265265
- name: Init Submodules
266266
shell: bash
267267
run: |

.github/workflows/duvet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
git config --global core.longpaths true
2626
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
submodules: true
3030

.github/workflows/library_dafny_verification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --global core.longpaths true
3434
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
- name: Init Submodules
3737
run: |
3838
git submodule update --init libraries

.github/workflows/library_interop_test_vectors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2
4747
role-session-name: InterOpTests
4848

49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
# Not all submodules are needed.
5151
# We manually pull the submodule we DO need.
5252
- run: git submodule update --init libraries
@@ -199,7 +199,7 @@ jobs:
199199
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2
200200
role-session-name: InterOpTests
201201

202-
- uses: actions/checkout@v3
202+
- uses: actions/checkout@v4
203203
# Not all submodules are needed.
204204
# We manually pull the submodule we DO need.
205205
- run: git submodule update --init libraries

.github/workflows/library_interop_tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Support longpaths on Git checkout
4141
run: |
4242
git config --global core.longpaths true
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v4
4444
- name: Init Submodules
4545
shell: bash
4646
run: |
@@ -137,7 +137,7 @@ jobs:
137137
- name: Support longpaths on Git checkout
138138
run: |
139139
git config --global core.longpaths true
140-
- uses: actions/checkout@v2
140+
- uses: actions/checkout@v4
141141
- name: Init Submodules
142142
shell: bash
143143
run: |
@@ -239,7 +239,7 @@ jobs:
239239
- name: Support longpaths on Git checkout
240240
run: |
241241
git config --global core.longpaths true
242-
- uses: actions/checkout@v2
242+
- uses: actions/checkout@v4
243243
- name: Init Submodules
244244
shell: bash
245245
run: |

.github/workflows/library_java_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
git config --global core.longpaths true
3838
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
- name: Init Submodules
4141
run: |
4242
git submodule update --init libraries

.github/workflows/library_legacy_interop_test_vectors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
git config --global core.longpaths true
5252
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
with:
5555
submodules: true
5656
# Not all submodules are needed.

.github/workflows/library_net_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Support longpaths on Git checkout
4747
run: |
4848
git config --global core.longpaths true
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v4
5050
- name: Init Submodules
5151
shell: bash
5252
run: |

.github/workflows/library_rust_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Support longpaths on Git checkout
3333
run: |
3434
git config --global core.longpaths true
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- name: Init Submodules
3737
shell: bash
3838
run: |

.github/workflows/sem_ver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
git config --global core.longpaths true
1717
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
2121
# We need access to the role that is able to get CI Bot Creds

.github/workflows/semantic_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Support longpaths on Git checkout
2424
run: |
2525
git config --global core.longpaths true
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
# We only pull in the submodules we need to build the library
2828
- run: git submodule update --init libraries
2929

.github/workflows/smithy-diff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)