From 4ab24af53b9d956f8b77c5e62b69daf0a1bef25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:22:06 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-terraform-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-terraform-module.yml b/.github/workflows/lint-terraform-module.yml index b1fbc03..d598740 100644 --- a/.github/workflows/lint-terraform-module.yml +++ b/.github/workflows/lint-terraform-module.yml @@ -25,7 +25,7 @@ jobs: access_token: ${{ secrets.access-token }} steps: - name: Clone the source code - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: Set up Terraform uses: hashicorp/setup-terraform@v3.1.2