Skip to content

Commit

Permalink
Merge pull request #99 from simplybusiness/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…simplybusiness/dobby-4

Bump simplybusiness/dobby from 3 to 4
  • Loading branch information
addersuk authored Oct 21, 2024
2 parents 164d818 + cafbf78 commit d4515ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dobby-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'simplybusiness/dobby'
ref: 'v3.0.0'
ref: 'v4'
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Bump version
uses: simplybusiness/dobby@v3
uses: simplybusiness/dobby@v4
env:
DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
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.4'
VERSION = '3.13.5'
end

0 comments on commit d4515ae

Please sign in to comment.