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 f706c78 commit 035056cCopy full SHA for 035056c
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-ac
32
rr: '2.12.1'
33
coverage: 'false'
34
steps:
35
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
36
37
- name: Install RoadRunner Binary
38
run: docker run --rm -v "/:/rootfs:rw" --entrypoint "" spiralscout/roadrunner:${{ matrix.rr }} cp /usr/bin/rr /rootfs/usr/bin/rr
0 commit comments