From c4dbeba8422f6200b264a75978d611efee9b86d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:28:53 +0200 Subject: [PATCH] build(deps): bump gradle/actions from 3.4.2 to 3.5.0 (#1351) Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3.4.2...v3.5.0) --- updated-dependencies: - dependency-name: gradle/actions 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 8ef360a7b..2f83a715c 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.4.2 + uses: gradle/actions/wrapper-validation@v3.5.0 samples: name: Code Samples / ${{ matrix.plugin }}