Skip to content

Commit b5316aa

Browse files
dependabot[bot]pryrt
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 792dc07 commit b5316aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Add msbuild to PATH
2020
uses: microsoft/setup-msbuild@v2

.github/workflows/CI_update_remote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: Checkout plugintemplate repo
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Checkout N++ repo
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
repository: notepad-plus-plus/notepad-plus-plus
3030
path: npp_repo

0 commit comments

Comments
 (0)