Skip to content

Commit d4515ae

Browse files
authored
Merge pull request #99 from simplybusiness/dependabot/github_actions/simplybusiness/dobby-4
Bump simplybusiness/dobby from 3 to 4
2 parents 164d818 + cafbf78 commit d4515ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dobby-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
repository: 'simplybusiness/dobby'
19-
ref: 'v3.0.0'
19+
ref: 'v4'
2020
- name: Set up ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
bundler-cache: true
2424
- name: Bump version
25-
uses: simplybusiness/dobby@v3
25+
uses: simplybusiness/dobby@v4
2626
env:
2727
DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
2828
DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}

lib/twiglet/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 Twiglet
4-
VERSION = '3.13.4'
4+
VERSION = '3.13.5'
55
end

0 commit comments

Comments
 (0)