Skip to content

Commit

Permalink
ci: fetch all
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 25, 2024
1 parent acb8005 commit 979056f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 979056f

Please sign in to comment.