diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b0f17e..ccfb292 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: ${{ runner.os }}-pip- - name: Setup Ruby - uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0 + uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1.292.0 with: ruby-version: '3.3' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 0ea5cd5..3a65f27 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-pip- - name: Setup Ruby - uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0 + uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1.292.0 with: ruby-version: '3.3'