Skip to content

Commit 8fd39c6

Browse files
Merge pull request #174 from thomhurst/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 62a30e7 + 5aa48e1 commit 8fd39c6

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
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7.0.0
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false

0 commit comments

Comments
 (0)