Skip to content

Commit 2cb3af9

Browse files
Bump actions/checkout from 3 to 4 (#285)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c400d7 commit 2cb3af9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050

5151
- name: set up jdk 17
5252
uses: actions/setup-java@v3
@@ -55,7 +55,7 @@ jobs:
5555
java-version: '17'
5656

5757
- name: checkout code
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v4
5959

6060
# Initializes the CodeQL tools for scanning.
6161
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Steps represent a sequence of tasks that will be executed as part of the job
4242
steps:
4343
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- uses: actions/setup-java@v3
4646
with:
4747
distribution: 'temurin'

0 commit comments

Comments
 (0)