Skip to content

Commit e072081

Browse files
dependabot[bot]skst
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b99f3c commit e072081

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Check out repository
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060

6161
- name: Add MSBuild to PATH
6262
uses: microsoft/setup-msbuild@v2
@@ -113,7 +113,7 @@ jobs:
113113
TagPart: ${{ steps.StepTagNoV.outputs.part }}
114114
steps:
115115
- name: Check out repository
116-
uses: actions/checkout@v5
116+
uses: actions/checkout@v6
117117
with:
118118
fetch-depth: '0'
119119

@@ -150,7 +150,7 @@ jobs:
150150
runs-on: windows-latest
151151
steps:
152152
- name: Check out repository
153-
uses: actions/checkout@v5
153+
uses: actions/checkout@v6
154154

155155
# Download publish artifact from previous job
156156
# https://github.com/marketplace/actions/download-a-build-artifact
@@ -225,7 +225,7 @@ jobs:
225225
runs-on: ubuntu-latest
226226
steps:
227227
- name: Check out repository
228-
uses: actions/checkout@v5
228+
uses: actions/checkout@v6
229229
with:
230230
fetch-depth: '0'
231231

0 commit comments

Comments
 (0)