From d8d38adca66dacd626ce37c06bd9bf1f0ec2102e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 00:44:07 +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 24f6d36..8d91a9a 100644 --- a/.github/workflows/freeagent-gem.yml +++ b/.github/workflows/freeagent-gem.yml @@ -48,14 +48,14 @@ jobs: - name: Release Gem id: release-gem 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 Gem 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