diff --git a/.github/workflows/dobby-actions.yml b/.github/workflows/dobby-actions.yml index 108a715..4bbda9c 100644 --- a/.github/workflows/dobby-actions.yml +++ b/.github/workflows/dobby-actions.yml @@ -1,4 +1,3 @@ - name: "Dobby action" on: issue_comment: @@ -7,7 +6,7 @@ permissions: contents: read jobs: pr_commented: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: startsWith(github.event.comment.body, '/dobby') env: BUNDLE_WITHOUT: "development:test" diff --git a/lib/twiglet/version.rb b/lib/twiglet/version.rb index f6d209d..596c6c1 100644 --- a/lib/twiglet/version.rb +++ b/lib/twiglet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Twiglet - VERSION = '3.14.0' + VERSION = '3.14.1' end