diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 18847a68..05f2ad65 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -84,7 +84,7 @@ jobs: # source: ./ # destination: ./_site - name: 🔻💎🔻 Set up Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0 + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0 with: ruby-version: ${{ env.development_ruby_version }} rubygems: ${{ env.development_rubygems_version }} diff --git a/.github/workflows/ruby-build.yaml b/.github/workflows/ruby-build.yaml index 7a6fea63..089b4a1a 100644 --- a/.github/workflows/ruby-build.yaml +++ b/.github/workflows/ruby-build.yaml @@ -68,7 +68,7 @@ jobs: - name: 🏁 Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: 🔻💎🔻 Set up Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0 + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0 with: ruby-version: ${{ env.development_ruby_version }} bundler-cache: true @@ -114,7 +114,7 @@ jobs: - name: 🏁 Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: 🔻💎🔻 Set up Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0 + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0 with: ruby-version: ${{ env.development_ruby_version }} bundler-cache: true @@ -151,7 +151,7 @@ jobs: - name: 🏁 Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: 🔻💎🔻 Set up Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0 + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0 with: ruby-version: ${{ env.development_ruby_version }} bundler-cache: true diff --git a/.github/workflows/ruby-test.yaml b/.github/workflows/ruby-test.yaml index 242208ab..da32d4b5 100644 --- a/.github/workflows/ruby-test.yaml +++ b/.github/workflows/ruby-test.yaml @@ -36,7 +36,7 @@ jobs: - name: 🏁 Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: 🔻💎🔻 Set up Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0 + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0 with: ruby-version: ${{ env.development_ruby_version }} bundler-cache: true @@ -59,7 +59,7 @@ jobs: - name: 🏁 Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: 🔻💎🔻 Set up Ruby ${{ matrix.version }} - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0 + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0 with: ruby-version: ${{ matrix.version }} bundler-cache: true @@ -86,7 +86,7 @@ jobs: - name: 🏁 Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: 🔻💎🔻 Set up Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0 + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0 with: ruby-version: ${{ env.development_ruby_version }} bundler-cache: true