Skip to content

Commit b9fad68

Browse files
committed
m
1 parent b1a7740 commit b9fad68

33 files changed

+58
-51
lines changed

.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, imabhichow, rishav-karanjit, antonf-amzn, kessplas, ajewellamz, RitvikKapila
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v5
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@v3
16+
- uses: actions/checkout@v5
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@v3
34+
- uses: actions/checkout@v5
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@v3
16+
- uses: actions/checkout@v5
1717

1818
- name: Install duvet
1919
shell: bash

.github/workflows/ci_examples_java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
contents: read
3636
steps:
3737
- name: Configure AWS Credentials
38-
uses: aws-actions/configure-aws-credentials@v4
38+
uses: aws-actions/configure-aws-credentials@v5
3939
with:
4040
aws-region: us-west-2
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@v3
44+
- uses: actions/checkout@v5
4545
with:
4646
submodules: recursive
4747

.github/workflows/ci_examples_net.yml

Lines changed: 2 additions & 2 deletions
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@v3
39+
- uses: actions/checkout@v5
4040
with:
4141
submodules: recursive
4242

@@ -83,7 +83,7 @@ jobs:
8383
run: make setup_net
8484

8585
- name: Configure AWS Credentials
86-
uses: aws-actions/configure-aws-credentials@v4
86+
uses: aws-actions/configure-aws-credentials@v5
8787
with:
8888
aws-region: us-west-2
8989
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2

.github/workflows/ci_static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
not-grep:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v5
1515
- name: not-grep
1616
uses: mattsb42-meta/[email protected]

.github/workflows/ci_test_go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
git config --global core.longpaths true
6060
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v5
6262
with:
6363
submodules: recursive
6464

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

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

.github/workflows/ci_test_java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Configure AWS Credentials
40-
uses: aws-actions/configure-aws-credentials@v4
40+
uses: aws-actions/configure-aws-credentials@v5
4141
with:
4242
aws-region: us-west-2
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@v3
46+
- uses: actions/checkout@v5
4747
with:
4848
submodules: recursive
4949

.github/workflows/ci_test_latest_released_mpl_java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Configure AWS Credentials
40-
uses: aws-actions/configure-aws-credentials@v4
40+
uses: aws-actions/configure-aws-credentials@v5
4141
with:
4242
aws-region: us-west-2
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@v3
46+
- uses: actions/checkout@v5
4747
with:
4848
submodules: recursive
4949

0 commit comments

Comments
 (0)