Skip to content

Commit

Permalink
Merge pull request #642 from GitTools/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
gep13 authored Jan 9, 2025
2 parents 5f58f44 + 46a9348 commit 7390fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GPR_PASSWORD: ${{ secrets.NUGET_GITHUB_TOKEN }}
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Fetch all tags and branches
run: git fetch --prune --unshallow
Expand Down

0 comments on commit 7390fcd

Please sign in to comment.