Skip to content

Commit e794f03

Browse files
Merge pull request #54 from simplybusiness/dependabot/github_actions/actions/github-script-8
2 parents 16d46cf + bfa901e commit e794f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gem-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: get-gem-version
3232
run: echo "GEM_VERSION=$(bundle exec ruby -e 'puts Rulezilla::VERSION')" >> $GITHUB_OUTPUT
3333
- name: Create Release
34-
uses: actions/github-script@v7
34+
uses: actions/github-script@v8
3535
env:
3636
GEM_VERSION: ${{ steps.get-gem-version.outputs.GEM_VERSION }}
3737
with:

lib/rulezilla/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Rulezilla
4-
VERSION = '0.4.14'
4+
VERSION = '0.4.15'
55
end

0 commit comments

Comments
 (0)