Skip to content

Commit

Permalink
Update ruby/setup-ruby action to v1.193.0 (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 2b1c552 commit e062dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: _site

- name: Setup Ruby
uses: ruby/setup-ruby@v1.192.0
uses: ruby/setup-ruby@v1.193.0

# Runs a single command using the runners shell
- name: Run Jekyll build and deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1.192.0
uses: ruby/setup-ruby@v1.193.0

- name: Run Jekyll build
run: |
Expand Down

0 comments on commit e062dcd

Please sign in to comment.