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.
2 parents 0453c48 + 2d02a59 commit 978cd2fCopy full SHA for 978cd2f
.github/workflows/node.js-ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
if: ${{ github.event_name != 'pull_request' }}
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
name: Checkout [main]
17
with:
18
fetch-depth: 0
@@ -48,7 +48,7 @@ jobs:
48
49
if: ${{ github.event_name == 'pull_request' }}
50
51
52
53
ref: ${{ github.event.pull_request.head.ref }}
54
repository: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments