Skip to content

Commit a963aa4

Browse files
authored
Merge pull request #33 from codemonkey85/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 5.0.0 to 6.0.1
2 parents ee45b80 + 930233c commit a963aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# uses GitHub's checkout action to checkout code form the main branch
14-
- uses: actions/checkout@v5.0.0
14+
- uses: actions/checkout@v6.0.1
1515

1616
# sets up .NET SDK
1717
- name: Setup .NET Core SDK

0 commit comments

Comments
 (0)