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 382c37b commit cdfcd08Copy full SHA for cdfcd08
1 file changed
.github/workflows/pr-build.yml
@@ -13,7 +13,7 @@ jobs:
13
if: contains(github.event.pull_request.labels.*.name, 'needs-build')
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
with:
18
ref: ${{ github.event.pull_request.head.sha }}
19
fetch-depth: 0
0 commit comments