Skip to content

Commit

Permalink
Bump ruby/setup-ruby from 1.204.0 to 1.205.0
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.204.0 to 1.205.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@401c19e...540484a)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent d9e41a4 commit 798f605
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

# set up tooling
- uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
- uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3

- name: Publish to GPR
run: |
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Bower
run: npm install -g bower
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler: ${{ matrix.bundler }}
bundler-cache: true
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Setup Haskell
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Setup Rust toolchain
Expand All @@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand All @@ -129,7 +129,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand All @@ -145,7 +145,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
Expand All @@ -167,7 +167,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true

Expand All @@ -193,7 +193,7 @@ jobs:
cache: true
cache-dependency-path: test/fixtures/go/src/test/go.sum
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand All @@ -215,7 +215,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up Java
Expand All @@ -239,7 +239,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Run tests
Expand All @@ -259,7 +259,7 @@ jobs:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand All @@ -282,7 +282,7 @@ jobs:
cache: npm
cache-dependency-path: test/fixtures/npm/package-lock.json
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand All @@ -303,7 +303,7 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand All @@ -326,7 +326,7 @@ jobs:
architecture: x64
cache: pip
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true

Expand All @@ -352,7 +352,7 @@ jobs:
architecture: x64
cache: pipenv
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true

Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true

Expand All @@ -415,7 +415,7 @@ jobs:
with:
swift-version: ${{ matrix.swift }}
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- uses: actions/cache@v4
Expand Down Expand Up @@ -450,7 +450,7 @@ jobs:
env:
YARN_VERSION: ${{ matrix.yarn_version }}
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand All @@ -472,7 +472,7 @@ jobs:
- name: Install Yarn
run: npm install -g yarn
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3
with:
bundler-cache: true
- name: Set up fixtures
Expand Down

0 comments on commit 798f605

Please sign in to comment.