Skip to content

Commit 4ec7f5f

Browse files
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] <support@github.com>
1 parent 7bfd9ff commit 4ec7f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: windows-latest
2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Install python modules
2727
working-directory: .
@@ -46,7 +46,7 @@ jobs:
4646
needs: validate
4747
steps:
4848
- name: Checkout repo
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
- name: Install Notepad++
5151
uses: crazy-max/ghaction-chocolatey@v3
5252
with:

0 commit comments

Comments
 (0)