Skip to content

Commit 0db960f

Browse files
dependabot[bot]pryrt
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba58045 commit 0db960f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI_build.yml

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

1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Add msbuild to PATH
1919
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@v4
24+
uses: actions/checkout@v5
2525

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

0 commit comments

Comments
 (0)