Skip to content

Commit 7ab31cf

Browse files
authored
Merge pull request #38 from samsmithnz/dependabot/github_actions/dot-github/workflows/actions/checkout-5
deps(deps): bump actions/checkout from 4 to 5 in /.github/workflows
2 parents 4549943 + c8805be commit 7ab31cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
Version: ${{ steps.gitversion.outputs.MajorMinorPatch }}
1515
CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: Setup GitVersion

0 commit comments

Comments
 (0)