Skip to content

Commit d4d6caf

Browse files
authored
Merge pull request #16 from Mbucari/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e063e7c + 370d5b8 commit d4d6caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Build and Publish
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- name: Setup .NET
3838
uses: actions/setup-dotnet@v5
3939
with:

0 commit comments

Comments
 (0)