Skip to content

Commit e854bd0

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca264af commit e854bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
- name: install dependencies
4646
run: |
@@ -163,7 +163,7 @@ jobs:
163163
msystem: MINGW32
164164

165165
- name: checkout repository
166-
uses: actions/checkout@v3
166+
uses: actions/checkout@v4
167167

168168
- name: initialize CodeQL
169169
# Initialize the CodeQL tools for scanning.

0 commit comments

Comments
 (0)