Skip to content

Commit 5b93e39

Browse files
authored
Merge pull request #1377 from dotnet/renovate/actions-checkout-6.x
Update actions/checkout action to v6.0.3
2 parents f72ccd5 + 8c81991 commit 5b93e39

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
@@ -254,7 +254,7 @@ jobs:
254254
repoDir: '~/git'
255255

256256
steps:
257-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
257+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
258258
with:
259259
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
260260
submodules: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
contents: write # Upload artifacts to Release
3131
id-token: write # Required for OIDC-based package publishing
3232
steps:
33-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434

3535
- name: 🔎 Search for build of ${{ github.ref }}
3636
shell: pwsh

0 commit comments

Comments
 (0)