We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 164d818 + cafbf78 commit d4515aeCopy full SHA for d4515ae
.github/workflows/dobby-actions.yml
@@ -16,13 +16,13 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
repository: 'simplybusiness/dobby'
19
- ref: 'v3.0.0'
+ ref: 'v4'
20
- name: Set up ruby
21
uses: ruby/setup-ruby@v1
22
23
bundler-cache: true
24
- name: Bump version
25
- uses: simplybusiness/dobby@v3
+ uses: simplybusiness/dobby@v4
26
env:
27
DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
28
DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
lib/twiglet/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Twiglet
4
- VERSION = '3.13.4'
+ VERSION = '3.13.5'
5
end
0 commit comments