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 f36707c commit 184f131Copy full SHA for 184f131
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
]
19
steps:
20
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
21
- - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
+ - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
22
with:
23
ruby-version: ${{ matrix.ruby }}
24
bundler-cache: true
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
30
31
32
33
34
- run: sudo apt-get install -y valgrind
0 commit comments