Skip to content

Commit

Permalink
Merge pull request #172 from rebuy-de/checkout-v4
Browse files Browse the repository at this point in the history
 Upgrade checkout action in workflows to v4
  • Loading branch information
bjoernhaeuser authored Sep 20, 2023
2 parents 816ef00 + 3655cb1 commit d0490bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Project
Expand Down

0 comments on commit d0490bb

Please sign in to comment.