Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

chore(deps): bump ruby/setup-ruby from 1.204.0 to 1.214.0 #303

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/licensed-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: 18

- uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
- uses: ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9
with:
ruby-version: ruby

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-action-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

# install ruby
- uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
- uses: ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9
with:
bundler-cache: 'true'
ruby-version: "3.0"
Expand Down