Skip to content

Commit 60b9a52

Browse files
Update actions/checkout action to v6.0.1 (#511)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 78d59b2 commit 60b9a52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Add MSBuild to PATH
1919
uses: microsoft/setup-msbuild@v2
2020
- name: Checkout
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
fetch-depth: 0
2424
- name: Setup .NET SDK
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: checkout code
45-
uses: actions/[email protected].0
45+
uses: actions/[email protected].1
4646
- name: Setup .NET
4747
uses: actions/[email protected]
4848
with:

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: read
1111
steps:
1212
- name: Checkout
13-
uses: actions/[email protected].0
13+
uses: actions/[email protected].1
1414
- name: Self-hosted Renovate
1515
uses: renovatebot/[email protected]
1616
with:

0 commit comments

Comments
 (0)