Skip to content

Commit 677dae6

Browse files
Update actions/checkout action to v6 (#1478)
1 parent 67486e4 commit 677dae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5.0.1
22+
uses: actions/checkout@v6.0.0
2323
with:
2424
fetch-depth: 0
2525
- name: Setup .NET SDK

.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/checkout@v5.0.1
13+
uses: actions/checkout@v6.0.0
1414
- name: Self-hosted Renovate
1515
uses: renovatebot/github-action@v44.0.3
1616
with:

0 commit comments

Comments
 (0)