Skip to content

Commit

Permalink
fix: ci checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wintbiit committed Sep 22, 2024
1 parent bd0b400 commit 2650f19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22'
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:
needs: [ go-tests ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: actions/setup-go@v4
with:
go-version: '^1.22'
Expand Down

0 comments on commit 2650f19

Please sign in to comment.