Skip to content

Commit 7390fcd

Browse files
authored
Merge pull request #642 from GitTools/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 5f58f44 + 46a9348 commit 7390fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GPR_PASSWORD: ${{ secrets.NUGET_GITHUB_TOKEN }}
3939
steps:
4040
- name: Checkout the repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242

4343
- name: Fetch all tags and branches
4444
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)