diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e1ecd55..c6b2041 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -27,8 +27,8 @@ jobs: experimental: [false] name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0 with: ruby-version: ${{ matrix.ruby }} - name: unit testing