From ec662e1c0a6e625ec20c97b25f84b26bf95d91a6 Mon Sep 17 00:00:00 2001 From: Adam Leach Date: Wed, 12 Feb 2025 11:53:54 +0000 Subject: [PATCH 1/2] Update Ubuntu version in GitHub Actions workflows Update the `runs-on` value in the `.github/workflows/dobby-actions.yml` file to use `ubuntu-latest` instead of `ubuntu-20.04`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/simplybusiness/twiglet-ruby?shareId=XXXX-XXXX-XXXX-XXXX). --- .github/workflows/dobby-actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" From 58f2666873b1db711032e69ace0019ede2fb50cd Mon Sep 17 00:00:00 2001 From: "dobby-app[bot]" <78910979+dobby-app[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:59:37 +0000 Subject: [PATCH 2/2] Bump patch version --- lib/twiglet/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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