diff --git a/.github/workflows/branch-protection.yaml b/.github/workflows/branch-protection.yaml index ebeccca..faac1b4 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c + - uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd 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 9e35530..192a57d 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c + - uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd with: ruby-version: 3.4.4 - run: gem install bundler --no-document