Skip to content

Commit 413b986

Browse files
chore(deps): update actions/checkout action to v6.0.2 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95d2519 commit 413b986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dotnet-version: ['10.0.x']
2424

2525
steps:
26-
- uses: actions/checkout@v6.0.0
26+
- uses: actions/checkout@v6.0.2
2727
with:
2828
fetch-depth: 0 # Full history for MinVer
2929

@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v6.0.0
58+
uses: actions/checkout@v6.0.2
5959
with:
6060
fetch-depth: 0
6161
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)