Skip to content

Commit 337c776

Browse files
authored
chore(deps): bump actions/checkout v5->v6 and setup-docker-macos-action v1.0.2->v1.1.0 (#2130)
1 parent 773c1ff commit 337c776

33 files changed

Lines changed: 40 additions & 40 deletions

.github/workflows/check-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# to add more allowlisted approvers just modify this env variable
1717
maintainers: seebees, texastony, ShubhamChaturvedi7, lucasmcdonald3, josecorella, rishav-karanjit, antonf-amzn, kessplas
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/check_only_key_word.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@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/ci_codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
git config --global core.longpaths true
3333
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
with:
3636
submodules: recursive
3737
- run: git submodule update --init --recursive submodules/smithy-dafny

.github/workflows/ci_duvet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
duvet:
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
- name: Install duvet
1919
shell: bash

.github/workflows/ci_examples_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
4242
role-session-name: DDBEC-Dafny-Java-Tests
4343

44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
submodules: recursive
4747

.github/workflows/ci_examples_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
DOTNET_CLI_TELEMETRY_OPTOUT: 1
3737
DOTNET_NOLOGO: 1
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
with:
4141
submodules: recursive
4242

.github/workflows/ci_static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
not-grep:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Install setuptools dependency
1616
run: |
1717
python -m pip install --upgrade pip

.github/workflows/ci_test_go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Setup Docker
4747
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
48-
uses: douglascamata/setup-docker-macos-action@v1.0.2
48+
uses: douglascamata/setup-docker-macos-action@v1.1.0
4949

5050
- name: Setup DynamoDB Local
5151
if: matrix.library == 'TestVectors'
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
git config --global core.longpaths true
6060
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262
with:
6363
submodules: recursive
6464

@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
go-version: ${{ matrix.go-version }}
9797

98-
- uses: actions/checkout@v5
98+
- uses: actions/checkout@v6
9999
- name: Init Submodules
100100
shell: bash
101101
run: |

.github/workflows/ci_test_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
4444
role-session-name: DDBEC-Dafny-Java-Tests
4545

46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
submodules: recursive
4949

.github/workflows/ci_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Support longpaths on Git checkout
3838
run: |
3939
git config --global core.longpaths true
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
submodules: recursive
4343

0 commit comments

Comments
 (0)