diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c0845189..e013a09b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: git add lib/line/bot/version.rb Gemfile.lock git commit -m "Set version to $VERSION" - - uses: rubygems/release-gem@1c162a739e8b4cb21a676e97b087e8268d8fc40b # v1.1.2 + - uses: rubygems/release-gem@2cceab0dd1a397feff1a99eab718d5e7bb9c59ce # v1.1.3 - name: Create GitHub Issue on Failure if: failure()