Skip to content

Commit a86856b

Browse files
chore(deps): update dependency ruby to v3.4.9 (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfdf478 commit a86856b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4848
- uses: ruby/setup-ruby@v1
4949
with:
50-
ruby-version: "3.4.8"
50+
ruby-version: "3.4.9"
5151
- run: bundle install
5252
- name: Standard
5353
run: bundle exec rake standard
@@ -60,7 +60,7 @@ jobs:
6060
submodules: true
6161
- uses: ruby/setup-ruby@v1
6262
with:
63-
ruby-version: "3.4.8"
63+
ruby-version: "3.4.9"
6464
- run: bundle install
6565
- name: Cucumber
6666
run: bundle exec cucumber
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7272
- uses: ruby/setup-ruby@v1
7373
with:
74-
ruby-version: "3.4.8"
74+
ruby-version: "3.4.9"
7575
- name: Bundle Audit
7676
run: bundle lock && gem install bundler-audit && bundle-audit check --update
7777
# check the status of other jobs, so we can have a single job dependency for branch protection

0 commit comments

Comments
 (0)