Skip to content

Commit aa1a309

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 d04ddc0 commit aa1a309

16 files changed

+23
-23
lines changed

.github/workflows/check_only_keyword.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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_go_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Support longpaths on Git checkout
3636
run: |
3737
git config --global core.longpaths true
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- name: Init Submodules
4040
shell: bash
4141
run: |

.github/workflows/library_interop_test_vectors.yml

Lines changed: 2 additions & 2 deletions
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
@@ -225,7 +225,7 @@ jobs:
225225
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2
226226
role-session-name: InterOpTests
227227

228-
- uses: actions/checkout@v3
228+
- uses: actions/checkout@v4
229229
# Not all submodules are needed.
230230
# We manually pull the submodule we DO need.
231231
- run: git submodule update --init libraries

.github/workflows/library_interop_tests.yml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Support longpaths on Git checkout
4848
run: |
4949
git config --global core.longpaths true
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v4
5151
- name: Init Submodules
5252
shell: bash
5353
run: |
@@ -153,7 +153,7 @@ jobs:
153153
- name: Support longpaths on Git checkout
154154
run: |
155155
git config --global core.longpaths true
156-
- uses: actions/checkout@v2
156+
- uses: actions/checkout@v4
157157
- name: Init Submodules
158158
shell: bash
159159
run: |

.github/workflows/library_rust_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Support longpaths on Git checkout
3434
run: |
3535
git config --global core.longpaths true
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Init Submodules
3838
shell: bash
3939
run: |
@@ -146,7 +146,7 @@ jobs:
146146
- name: Support longpaths on Git checkout
147147
run: |
148148
git config --global core.longpaths true
149-
- uses: actions/checkout@v3
149+
- uses: actions/checkout@v4
150150
- name: Init Submodules
151151
shell: bash
152152
run: |

.github/workflows/sem_ver.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)