Skip to content

Commit d37e459

Browse files
Bump actions/checkout from 5 to 6 (#101)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 564a9df commit d37e459

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
language: ["python", "actions"]
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4
3131
with:

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
permissions:
3232
contents: read
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
- name: Setup TFLint
3636
uses: terraform-linters/setup-tflint@v6
3737
with:
@@ -62,7 +62,7 @@ jobs:
6262
TF_VAR_lambda_package_path: ${{ github.workspace}}/${{ vars.LAMBDA_PACKAGE }}
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
- uses: actions/setup-python@v6
6767
with:
6868
python-version: "3.14"

0 commit comments

Comments
 (0)