From cb31afac042613af23a0cb815fc5fd89de34bc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:01:17 +0200 Subject: [PATCH] build(deps): bump gradle/actions from 3.3.1 to 3.3.2 (#1305) Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: gradle/actions 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 63d82c611..0f94c20fd 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/actions/wrapper-validation@v3.3.1 + uses: gradle/actions/wrapper-validation@v3.3.2 samples: name: Code Samples / ${{ matrix.plugin }}