diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c469db6..a06c366 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces. # specify that we want the v1 branch. - name: Set up Ruby - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # 1.265.0 + uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # 1.267.0 with: ruby-version: ruby diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 11a7f9e..c29683c 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -18,7 +18,7 @@ jobs: # zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces. # specify that we want the v1 branch. - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # 1.265.0 + - uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # 1.267.0 with: ruby-version: 3.4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1049e9e..fff7d25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: # zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces. # specify that we want the v1 branch. - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # 1.265.0 + - uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # 1.267.0 with: ruby-version: ${{ matrix.version }}