Skip to content

Commit 4d62c90

Browse files
chore(deps): update actions/checkout action to v6.0.1
1 parent 2309987 commit 4d62c90

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/[email protected].0
26+
- uses: actions/[email protected].1
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/[email protected].0
58+
uses: actions/[email protected].1
5959
with:
6060
fetch-depth: 0
6161
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)