Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit 0e05f4e

Browse files
authored
Merge pull request #226 from alphagov/dependabot/github_actions/github-actions-updates-a88382a62f
chore: bump ruby/setup-ruby from 1.306.0 to 1.308.0 in the github-actions-updates group
2 parents 1484450 + 3f2a137 commit 0e05f4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-to-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
- name: Setup Ruby and install gems
31-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
31+
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
3232
with:
3333
ruby-version: '3'
3434
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version-file: '.nvmrc'
2929

30-
- uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
30+
- uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
3131
with:
3232
bundler-cache: true
3333

0 commit comments

Comments
 (0)