We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd03a2 commit 86fb0f9Copy full SHA for 86fb0f9
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
node-version: 20
27
- run: npm install -g tsx
28
- - uses: ruby/setup-ruby@v1
+ - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f
29
30
ruby-version: ${{ matrix.ruby }}
31
bundler-cache: true
@@ -37,7 +37,7 @@ jobs:
37
run: bundle exec rake test
38
- name: Upload coverage to Codecov
39
if: matrix.ruby == '3.3'
40
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
41
42
token: ${{ secrets.CODECOV_TOKEN }}
43
files: ./coverage/coverage.json
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/checkout@v4
56
57
lfs: true
58
59
60
ruby-version: 3.3
61
0 commit comments