diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b252b61ca9..0985b05cfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7'] name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -51,9 +51,9 @@ jobs: ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7'] name: Windows service (Ruby ${{ matrix.ruby-version }}) steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@v5 - name: Set up Ruby - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0 + uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - name: Install dependencies