Skip to content

Commit

Permalink
Upgrade checkout action in workflows to v4
Browse files Browse the repository at this point in the history
> This is an automatically generated PR.

actions/checkout got a new release with v4. Shouldn't affect anything, just newer.

@rebuy-de/it-platform FYI
  • Loading branch information
der-eismann committed Sep 20, 2023
1 parent 816ef00 commit 3655cb1
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 3655cb1

Please sign in to comment.