diff --git a/.github/workflows/repo-linting.yml b/.github/workflows/repo-linting.yml index a1651b2..dea80ac 100644 --- a/.github/workflows/repo-linting.yml +++ b/.github/workflows/repo-linting.yml @@ -65,7 +65,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Set up Ruby ${{ needs.get-ruby-version.outputs.version }} - uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 + uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 with: ruby-version: ${{ needs.get-ruby-version.outputs.version }} - name: Run Awesomebot diff --git a/.github/workflows/test-action-ruby.yml b/.github/workflows/test-action-ruby.yml index b877b9a..0b97bc8 100644 --- a/.github/workflows/test-action-ruby.yml +++ b/.github/workflows/test-action-ruby.yml @@ -36,7 +36,7 @@ jobs: version-matrix: ${{fromJson(needs.test-output-method-setup.outputs.version-matrix)}} steps: - name: Setup Ruby ${{ matrix.version-matrix }} - uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 + uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 with: ruby-version: ${{ matrix.version-matrix }} @@ -63,7 +63,7 @@ jobs: version-matrix: ${{fromJson(needs.test-output-method-setup-eol.outputs.version-matrix)}} steps: - name: Setup Ruby ${{ matrix.version-matrix }} - uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 + uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 with: ruby-version: ${{ matrix.version-matrix }} @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Ruby ${{ needs.test-output-method-setup-highest-only.outputs.highest-version }} - uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 + uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 with: ruby-version: ${{ needs.test-output-method-setup-highest-only.outputs.highest-version }} @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Ruby ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }} - uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 + uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 with: ruby-version: ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }}