Skip to content

Commit b0bc6d0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
arch: ${{ matrix.os == 'windows-2022' && 'x64' || (matrix.os == 'windows-11-arm' && 'arm64' || 'unknown') }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
with:
2323
fetch-depth: 0
2424

@@ -58,7 +58,7 @@ jobs:
5858
discussions: write
5959
steps:
6060
- name: Checkout repo
61-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
61+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6262
with:
6363
fetch-depth: 0
6464

0 commit comments

Comments
 (0)