Skip to content

Commit 9645298

Browse files
authored
Merge pull request #1249 from dotnet/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents e84b963 + 8f9f355 commit 9645298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
repoDir: '~/git'
242242

243243
steps:
244-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
244+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
245245
with:
246246
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
247247
submodules: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write # Upload artifacts to Release
2121
id-token: write # Required for NuGet CLI Login
2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2424

2525
- name: ⚙️ Initialization
2626
shell: pwsh

0 commit comments

Comments
 (0)