Skip to content

Commit 7999ed5

Browse files
chore(deps): update actions/checkout action to v6
1 parent 442d88b commit 7999ed5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)