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 7d18cb5 commit 8bc65ccCopy full SHA for 8bc65cc
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- { ruby: 'jruby-head', os: 'ubuntu-latest' }
19
runs-on: ${{ matrix.os }}
20
steps:
21
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
+ - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
22
# libyaml-dev is needed for psych, see https://github.com/ruby/setup-ruby/issues/409
23
- if: ${{ matrix.os == 'ubuntu-latest' }}
24
run: sudo apt install libyaml-dev
0 commit comments