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 ceaf457 commit c2ce856Copy full SHA for c2ce856
.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
@@ -49,7 +49,7 @@ jobs:
49
50
if: ${{ github.event_name == 'pull_request' }}
51
52
53
54
ref: ${{ github.event.pull_request.head.ref }}
55
repository: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments