Skip to content

Commit

Permalink
admin: use default branch for CI checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 99553c2 commit d5c210d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v2
with:
ref: "v6"

- name: Install dependencies
run: npm ci
Expand Down Expand Up @@ -65,8 +63,6 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v2
with:
ref: "v6"

- name: Install dependencies
run: npm ci
Expand Down Expand Up @@ -122,7 +118,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: "v6"
fetch-depth: "0"

- name: Install dependencies
Expand Down

0 comments on commit d5c210d

Please sign in to comment.