Skip to content

Commit a4e9075

Browse files
chore(deps): update actions/checkout action to v5
1 parent 7942668 commit a4e9075

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
61+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6262
with:
6363
fetch-depth: 0
6464

0 commit comments

Comments
 (0)