From 32f174cfa40f95162356bd65f3f0443fb0687d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:23:21 +0000 Subject: [PATCH] Bump magnetikonline/action-golang-cache from 4 to 5 Bumps [magnetikonline/action-golang-cache](https://github.com/magnetikonline/action-golang-cache) from 4 to 5. - [Release notes](https://github.com/magnetikonline/action-golang-cache/releases) - [Commits](https://github.com/magnetikonline/action-golang-cache/compare/v4...v5) --- updated-dependencies: - dependency-name: magnetikonline/action-golang-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mobile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile.yaml b/.github/workflows/mobile.yaml index 7cae0641..7ce15c3f 100644 --- a/.github/workflows/mobile.yaml +++ b/.github/workflows/mobile.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@v4 + uses: magnetikonline/action-golang-cache@v5 with: go-version: ${{ env.GO_VERSION }}