Skip to content

Commit 5676a92

Browse files
build(deps): bump actions/checkout from 5 to 6 (#241)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 f291e6f commit 5676a92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-22.04
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Setup .NET Core SDK
1717
uses: actions/setup-dotnet@v5
1818
with:
@@ -28,7 +28,7 @@ jobs:
2828
id-token: write # This is required for requesting the JWT
2929
contents: read
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: Configure AWS credentials
3333
uses: aws-actions/configure-aws-credentials@v5 # More information on this action can be found below in the 'AWS Credentials' section
3434
with:
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-22.04
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
- name: Setup Terraform
6666
uses: hashicorp/setup-terraform@v3
6767
with:
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-22.04
8989
steps:
9090
- name: Checkout
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292
- name: Setup Terraform
9393
uses: hashicorp/setup-terraform@v3
9494
with:

0 commit comments

Comments
 (0)