Skip to content

Commit eac75ef

Browse files
authored
Merge pull request #666 from galaxyproject/dependabot/github_actions/ruby/setup-ruby-1.308.0
Bump ruby/setup-ruby from 1.306.0 to 1.308.0
2 parents fe33ee7 + 3b2a3ea commit eac75ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v6
2828
- name: Setup Ruby
29-
uses: ruby/setup-ruby@v1.306.0
29+
uses: ruby/setup-ruby@v1.308.0
3030
with:
3131
ruby-version: '3.3'
3232
bundler-cache: true

.github/workflows/lint_jekyll.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6
10-
- uses: ruby/setup-ruby@v1.306.0
10+
- uses: ruby/setup-ruby@v1.308.0
1111
with:
1212
ruby-version: '3.3'
1313
bundler-cache: true

0 commit comments

Comments
 (0)