From cb4945a8bf2d728bbcc1e2a9d3c56200f3b4fb73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:52:11 +0100 Subject: [PATCH] build(deps): bump gradle/wrapper-validation-action from 2.0.0 to 2.0.1 (#1214) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 f07c3cec6..5f9f5cffa 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.0 + uses: gradle/wrapper-validation-action@v2.0.1 samples: name: Code Samples / ${{ matrix.plugin }}