Skip to content

Commit

Permalink
Update ruby/setup-ruby action to v1.195.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 68b7ad8 commit 61da79c
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.194.0
uses: ruby/setup-ruby@v1.195.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.194.0
uses: ruby/setup-ruby@v1.195.0

- name: Run Jekyll build
run: |
Expand Down

0 comments on commit 61da79c

Please sign in to comment.