We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c61c1 commit 7c72476Copy full SHA for 7c72476
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
pull_request:
8
9
jobs:
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout Code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
- name: Setup Node.js
18
uses: actions/setup-node@v4
@@ -33,7 +33,9 @@ jobs:
33
34
35
36
37
+ with:
38
+ fetch-depth: 0
39
40
41
0 commit comments