Skip to content

Commit 0237a03

Browse files
Update actions/checkout action to v5 (#609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8e6843 commit 0237a03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-2025
88
steps:
99
- name: Get the sources
10-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
10+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1111
- name: Fetch all tags and branches
1212
run: git fetch --prune --unshallow
1313
- name: Install .NET
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: windows-2025
3434
steps:
3535
- name: Get the sources
36-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
36+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
- name: Install required tools
3838
run: npm install -g markdownlint-cli
3939
shell: powershell

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Defined steps will run before the agent starts.
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
- name: Fetch all tags and branches
2929
run: git fetch --prune --unshallow
3030
- name: Install .NET

0 commit comments

Comments
 (0)