Skip to content

Commit 9eacaf6

Browse files
authored
Merge pull request #1335 from dotnet/renovate/actions-checkout-5.x
Update actions/checkout action to v5.0.1
2 parents b53cdef + 94167ba commit 9eacaf6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
repoDir: '~/git'
251251

252252
steps:
253-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
253+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
254254
with:
255255
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
256256
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424

2525
- name: ⚙️ Initialization
2626
shell: pwsh

0 commit comments

Comments
 (0)