Skip to content

Commit 0f28e7e

Browse files
authored
Merge pull request #3 from Narochno/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0cf8fea + fe0a2b0 commit 0f28e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetcore.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

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-dotnet@v5
1616
with:
1717
dotnet-version: 8.0.x

0 commit comments

Comments
 (0)