Skip to content

Commit def043d

Browse files
authored
Merge pull request #2125 from govuk-forms/dependabot/github_actions/actions-all-dependencies-769e01be3a
Bump the actions-all-dependencies group across 1 directory with 2 updates
2 parents 018e971 + 0cb4ea7 commit def043d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/forms-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
echo "RUBY_VERSION=$(cat ../../.ruby-version)" >> "$GITHUB_OUTPUT"
2727
- name: Install Ruby and gems
28-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
28+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0
2929
with:
3030
bundler-cache: true
3131
ruby-version: ${{steps.determine-ruby-version.outputs.RUBY_VERSION}}

.github/workflows/pipeline-visualiser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "RUBY_VERSION=$(cat ../../.ruby-version)" >> "$GITHUB_OUTPUT"
3737
- name: Install Ruby and gems
38-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
38+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0
3939
with:
4040
bundler-cache: true
4141
ruby-version: ${{steps.determine-ruby-version.outputs.RUBY_VERSION}}

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: 🏗️ Set Up Terraform
26-
uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
26+
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1
2727

2828
- name: 🏗️ Install Pre-commit
2929
run: python -m pip install pre-commit

.github/workflows/ruby-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout code
4949
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
- name: Install Ruby and gems at root
51-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
51+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0
5252
with:
5353
bundler-cache: true
5454
ruby-version: ${{needs.setup.outputs.ruby-version}}
@@ -73,7 +73,7 @@ jobs:
7373
install_args: hcl2json
7474

7575
- name: "Install Ruby and gems in ${{matrix.spec_target}}"
76-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
76+
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0
7777
with:
7878
bundler-cache: true
7979
ruby-version: ${{needs.setup.outputs.ruby-version}}

0 commit comments

Comments
 (0)