Skip to content

Commit

Permalink
ci: update fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Jun 28, 2024
1 parent fe0e8e4 commit 2ba0ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
node-version: [ 18.x, 20.x, 21.x, 22.x ]
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 2ba0ace

Please sign in to comment.