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 dfba71d commit 5761080Copy full SHA for 5761080
.github/workflows/test-e2e-blackbox.yml
@@ -18,9 +18,9 @@ jobs:
18
env:
19
CARGO_TERM_COLOR: always
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
if: ${{ github.event_name != 'workflow_dispatch' }}
23
24
if: ${{ github.event_name == 'workflow_dispatch' }}
25
with:
26
ref: ${{ github.event.inputs.sha }}
0 commit comments