diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04efa4a..033769a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: node-version: 20 - run: npm install -g tsx - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f with: ruby-version: ${{ matrix.ruby }} bundler-cache: true @@ -37,7 +37,7 @@ jobs: run: bundle exec rake test - name: Upload coverage to Codecov if: matrix.ruby == '3.3' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/coverage.json @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f with: ruby-version: 3.3 bundler-cache: true