Skip to content

Commit

Permalink
Update Ubuntu version in GitHub Actions workflows
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
addersuk committed Feb 12, 2025
1 parent 3ed799f commit ec662e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dobby-actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: "Dobby action"
on:
issue_comment:
Expand All @@ -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"
Expand Down

0 comments on commit ec662e1

Please sign in to comment.