diff --git a/.github/workflows/branch-protection.yaml b/.github/workflows/branch-protection.yaml index 0466280..4878323 100644 --- a/.github/workflows/branch-protection.yaml +++ b/.github/workflows/branch-protection.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 + - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c with: ruby-version: ${{ matrix.ruby }} - run: gem install bundler --no-document diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index 4035b5b..219eab9 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 + - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c with: ruby-version: 3.4.4 - run: gem install bundler --no-document