Skip to content

Commit

Permalink
Merge pull request #96 from simplybusiness/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/github-script-7
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
2 parents ac2ec70 + 21cb26f commit ca58174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: get-gem-version
run: echo "GEM_VERSION=$(bundle exec ruby -e 'puts Twiglet::VERSION')" >> $GITHUB_OUTPUT
- name: Create Release
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
GEM_VERSION: ${{ steps.get-gem-version.outputs.GEM_VERSION }}
with:
Expand Down
2 changes: 1 addition & 1 deletion lib/twiglet/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Twiglet
VERSION = '3.13.2'
VERSION = '3.13.3'
end

0 comments on commit ca58174

Please sign in to comment.