From 1e95e215d84eea3d82af038f7b8cc59ec442f5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 21:08:11 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-runtime from 3.0.0 to 3.1.0 Bumps [crazy-max/ghaction-github-runtime](https://github.com/crazy-max/ghaction-github-runtime) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/crazy-max/ghaction-github-runtime/releases) - [Commits](https://github.com/crazy-max/ghaction-github-runtime/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-review.yml | 2 +- .github/workflows/deploy-staging.yml | 2 +- .github/workflows/deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-review.yml b/.github/workflows/deploy-review.yml index 78397884..6b07b74f 100644 --- a/.github/workflows/deploy-review.yml +++ b/.github/workflows/deploy-review.yml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-buildx-action@v3.9.0 - name: Expose GitHub Runtime for cache - uses: crazy-max/ghaction-github-runtime@v3.0.0 + uses: crazy-max/ghaction-github-runtime@v3.1.0 - name: Release Kamal lock run: bundle exec kamal lock release diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index dd6b1264..39222b17 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -39,7 +39,7 @@ jobs: uses: docker/setup-buildx-action@v3.9.0 - name: Expose GitHub Runtime for cache - uses: crazy-max/ghaction-github-runtime@v3.0.0 + uses: crazy-max/ghaction-github-runtime@v3.1.0 - name: Release Kamal lock run: bundle exec kamal lock release diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a1677ff..64579eb6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v3.9.0 - name: Expose GitHub Runtime for cache - uses: crazy-max/ghaction-github-runtime@v3.0.0 + uses: crazy-max/ghaction-github-runtime@v3.1.0 - name: Release Kamal lock run: bundle exec kamal lock release