Skip to content

Commit 1255603

Browse files
Update ruby/setup-ruby action to v1.268.0 (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68dd6bf commit 1255603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: _site
2525

2626
- name: Setup Ruby
27-
uses: ruby/setup-ruby@v1.264.0
27+
uses: ruby/setup-ruby@v1.268.0
2828

2929
# Runs a single command using the runners shell
3030
- name: Run Jekyll build and deploy

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Setup Ruby
14-
uses: ruby/setup-ruby@v1.264.0
14+
uses: ruby/setup-ruby@v1.268.0
1515

1616
- name: Run Jekyll build
1717
run: |

0 commit comments

Comments
 (0)