Skip to content

Commit aa3580e

Browse files
committed
chore(deps): Bump actions/checkout from 6 to 6.0.2
1 parent 6d1f232 commit aa3580e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: .NET CD
66
on:
77
push:
88
tags:
9-
- 'v*.*.*-*'
9+
- "v*.*.*-*"
1010

1111
env:
1212
DOTNET_VERSION: 10.0.x
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v6.0.2
2323

2424
- name: Set up .NET ${{ env.DOTNET_VERSION }}
2525
uses: actions/setup-dotnet@v5.2.0
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout repository
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v6.0.2
5454
with:
5555
fetch-depth: 0
5656

0 commit comments

Comments
 (0)