Skip to content

Commit 0979c07

Browse files
sneakers-the-ratlwasser
authored andcommitted
v1 not 1
1 parent a7e817d commit 0979c07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git branch
2424
2525
- name: Setup Ruby
26-
uses: ruby/setup-ruby@1
26+
uses: ruby/setup-ruby@v1
2727
with:
2828
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2929

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@1
37+
uses: ruby/setup-ruby@v1
3838
with:
3939
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4040
cache-version: 0 # Increment this number if you need to re-download cached gems

0 commit comments

Comments
 (0)