Skip to content

Commit cb4e09a

Browse files
Bump actions/checkout from 2 to 6 (#304)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d41785 commit cb4e09a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: windows-2022
66

77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v6
99

1010
- name: Add MSBuild to PATH
1111
uses: microsoft/setup-msbuild@v1.1.3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-2022
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v6
1111

1212
- name: Add MSBuild to PATH
1313
uses: microsoft/setup-msbuild@v1.1.3

0 commit comments

Comments
 (0)