Skip to content

Commit 2f85050

Browse files
Bump actions/checkout from v5 to v6
Updated the GitHub Actions checkout action to version 6 across the workflow file to use the latest major version. This upgrade applies to both the build job and the deployment job, ensuring the workflow benefits from the latest bug fixes, performance improvements, and features available in v6. [release]
1 parent 4fc16ea commit 2f85050

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
VsixManifestSourcePath: src\source.extension1.cs
2525

2626
steps:
27-
- uses: actions/checkout@5
27+
- uses: actions/checkout@6
2828

2929
- name: Setup MSBuild
3030
uses: microsoft/setup-msbuild@v3
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: windows-latest
6060

6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363

6464
- name: Download Package artifact
6565
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)