diff --git a/.github/workflows/repo-linting.yml b/.github/workflows/repo-linting.yml index cd4b5b2..be56a9d 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@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.0 + uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 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 e648dfa..c089157 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@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.0 + uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 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@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.0 + uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 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@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.0 + uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 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@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.0 + uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 with: ruby-version: ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }}