From 2a7e7e45371f7bd98cce5e654f3358796314e533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 22:58:19 +0000 Subject: [PATCH] Bump fac/ruby-gem-push-action Bumps [fac/ruby-gem-push-action](https://github.com/fac/ruby-gem-push-action) from 81d77bf568ff6659d7fae0f0c5a036bb0aeacb1a to ec8d814ef3539180663d51a63bedc75fe2b61a58. - [Release notes](https://github.com/fac/ruby-gem-push-action/releases) - [Changelog](https://github.com/fac/ruby-gem-push-action/blob/v2/CHANGELOG.md) - [Commits](https://github.com/fac/ruby-gem-push-action/compare/81d77bf568ff6659d7fae0f0c5a036bb0aeacb1a...ec8d814ef3539180663d51a63bedc75fe2b61a58) --- updated-dependencies: - dependency-name: fac/ruby-gem-push-action dependency-version: ec8d814ef3539180663d51a63bedc75fe2b61a58 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/freeagent-gem.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freeagent-gem.yml b/.github/workflows/freeagent-gem.yml index 0d784dc..8149195 100644 --- a/.github/workflows/freeagent-gem.yml +++ b/.github/workflows/freeagent-gem.yml @@ -45,14 +45,14 @@ jobs: # Release production gem version from default branch - name: Release if: github.ref == 'refs/heads/main' - uses: fac/ruby-gem-push-action@81d77bf568ff6659d7fae0f0c5a036bb0aeacb1a # v2 + uses: fac/ruby-gem-push-action@ec8d814ef3539180663d51a63bedc75fe2b61a58 # v2 with: key: github # PR branch builds will release pre-release gems - name: Pre-Release if: github.ref != 'refs/heads/main' - uses: fac/ruby-gem-push-action@81d77bf568ff6659d7fae0f0c5a036bb0aeacb1a # v2 + uses: fac/ruby-gem-push-action@ec8d814ef3539180663d51a63bedc75fe2b61a58 # v2 with: key: github pre-release: true