From 7c05aef2d84c890c4db26c8d00c053da16c5debd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:16:56 +0100 Subject: [PATCH] build(deps): bump gradle/wrapper-validation-action from 2.0.1 to 2.1.1 (#1216) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v2.0.1...v2.1.1) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/code-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-samples.yml b/.github/workflows/code-samples.yml index 5f9f5cffa69..9cdb64c138a 100644 --- a/.github/workflows/code-samples.yml +++ b/.github/workflows/code-samples.yml @@ -18,7 +18,7 @@ jobs: - name: Fetch Sources uses: actions/checkout@v4 - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v2.0.1 + uses: gradle/wrapper-validation-action@v2.1.1 samples: name: Code Samples / ${{ matrix.plugin }}