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 1932d3e commit dffae51Copy full SHA for dffae51
.github/workflows/node.js-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
if: ${{ github.event_name != 'pull_request' }}
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
name: Checkout [main]
19
with:
20
fetch-depth: 0
@@ -50,7 +50,7 @@ jobs:
50
51
if: ${{ github.event_name == 'pull_request' }}
52
53
54
55
ref: ${{ github.event.pull_request.head.ref }}
56
repository: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments