diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ca47183..17907ffa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: checkout uses: actions/checkout@v7 - - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # pin@v1.321.0 + - uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # pin@v1.324.0 with: bundler-cache: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 26b4796f..48a19e2f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: checkout uses: actions/checkout@v7 - - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # pin@v1.321.0 + - uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # pin@v1.324.0 with: bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b05655c5..bcbb35ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: checkout uses: actions/checkout@v7 - - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # pin@v1.321.0 + - uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # pin@v1.324.0 with: bundler-cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8629b372..3dcc90e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Update .ruby-version with matrix value run: echo "${{ matrix.ruby_version }}" >| .ruby-version - - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # pin@v1.321.0 + - uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # pin@v1.324.0 with: bundler-cache: true