From 994b92ed933464bef869c43ba6d9c70a38e16de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:54:14 +0000 Subject: [PATCH] chore(deps): bump gradle/actions from 3 to 321 Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 321. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...v321) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index af9d67ace2..4a28396ee6 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -90,7 +90,7 @@ jobs: - name: Build Docker Image For Branch if: env.CACHE_HIT == 'false' - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v321 env: USER: ${{ github.actor }} TOKEN: "${{ secrets.GITHUB_TOKEN }}"