Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump actions/checkout from 3 to 4 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent f706c78 commit 035056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-ac
rr: '2.12.1'
coverage: 'false'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install RoadRunner Binary
run: docker run --rm -v "/:/rootfs:rw" --entrypoint "" spiralscout/roadrunner:${{ matrix.rr }} cp /usr/bin/rr /rootfs/usr/bin/rr
Expand Down

0 comments on commit 035056c

Please sign in to comment.