Skip to content

Commit 7b1c1d4

Browse files
Update actions/checkout action to v6.0.1 (#942)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 935a331 commit 7b1c1d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
3030
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
3131
- name: Checkout
32-
uses: actions/checkout@v6.0.0
32+
uses: actions/checkout@v6.0.1
3333
with:
3434
fetch-depth: 0
3535
- name: Setup .NET SDK

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6.0.0
17+
uses: actions/checkout@v6.0.1
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET SDK

0 commit comments

Comments
 (0)