From c7636d90e26908d80ea9c505df60ba403c96f91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:12:44 +0000 Subject: [PATCH] chore(deps): Bump scaleway-terraform-modules/workflows Bumps [scaleway-terraform-modules/workflows](https://github.com/scaleway-terraform-modules/workflows) from 2.1.10 to 2.1.11. - [Release notes](https://github.com/scaleway-terraform-modules/workflows/releases) - [Commits](https://github.com/scaleway-terraform-modules/workflows/compare/b3e9858717c6b0940146899c8b58871a6dd13924...d48d6722fa1b297e4f40a6512b2f1112c1676c95) --- updated-dependencies: - dependency-name: scaleway-terraform-modules/workflows dependency-version: 2.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 63311ba..b679020 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -15,10 +15,10 @@ name: Pull Request checks jobs: shell_check: name: "Shell: Syntax checks" - uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@b3e9858717c6b0940146899c8b58871a6dd13924 # v2.1.10 + uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@d48d6722fa1b297e4f40a6512b2f1112c1676c95 # v2.1.11 tf_module_check: name: "Terraform Module: Code checks" - uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@b3e9858717c6b0940146899c8b58871a6dd13924 # v2.1.10 + uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@d48d6722fa1b297e4f40a6512b2f1112c1676c95 # v2.1.11 yaml_check: name: "YAML: Syntax checks" - uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@b3e9858717c6b0940146899c8b58871a6dd13924 # v2.1.10 + uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@d48d6722fa1b297e4f40a6512b2f1112c1676c95 # v2.1.11