From 36b12cbcbb2c90812790896c2ab66ecc91a3664b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:20:36 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3 Bumps [crazy-max/ghaction-github-runtime](https://github.com/crazy-max/ghaction-github-runtime) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-github-runtime/releases) - [Commits](https://github.com/crazy-max/ghaction-github-runtime/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-runtime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 998aa7d13..82713ce50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: use: true - - uses: crazy-max/ghaction-github-runtime@v2 # sets up needed vars for caching to github + - uses: crazy-max/ghaction-github-runtime@v3 # sets up needed vars for caching to github - name: Make shell: bash run: |