Skip to content

Commit

Permalink
Update ruby/setup-ruby action to v1.213.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent c7ac5b9 commit 24739f7
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.207.0
uses: ruby/setup-ruby@v1.213.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.207.0
uses: ruby/setup-ruby@v1.213.0

- name: Run Jekyll build
run: |
Expand Down

0 comments on commit 24739f7

Please sign in to comment.