From 235db47333bca83e6a6e543773385b095997ad23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:01:25 +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.7 to 2.1.8. - [Release notes](https://github.com/scaleway-terraform-modules/workflows/releases) - [Commits](https://github.com/scaleway-terraform-modules/workflows/compare/8efc0f7e5f358b3abcd5163534b374f72ce69ef9...d9f3a202af7bd6e30926481380101147952ada3f) --- updated-dependencies: - dependency-name: scaleway-terraform-modules/workflows 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 9981fdc..954ffb5 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@8efc0f7e5f358b3abcd5163534b374f72ce69ef9 # v2.1.7 + uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@d9f3a202af7bd6e30926481380101147952ada3f # v2.1.8 tf_module_check: name: "Terraform Module: Code checks" - uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@8efc0f7e5f358b3abcd5163534b374f72ce69ef9 # v2.1.7 + uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@d9f3a202af7bd6e30926481380101147952ada3f # v2.1.8 yaml_check: name: "YAML: Syntax checks" - uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@8efc0f7e5f358b3abcd5163534b374f72ce69ef9 # v2.1.7 + uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@d9f3a202af7bd6e30926481380101147952ada3f # v2.1.8