Skip to content

Commit cb5703b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- uses: actions/setup-java@v4
3232
with:
3333
distribution: 'temurin'
@@ -64,7 +64,7 @@ jobs:
6464
# Steps represent a sequence of tasks that will be executed as part of the job
6565
steps:
6666
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- uses: actions/setup-java@v4
6969
with:
7070
distribution: 'temurin'
@@ -101,7 +101,7 @@ jobs:
101101
# Steps represent a sequence of tasks that will be executed as part of the job
102102
steps:
103103
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
104-
- uses: actions/checkout@v3
104+
- uses: actions/checkout@v4
105105
- uses: actions/setup-java@v4
106106
with:
107107
distribution: 'temurin'

0 commit comments

Comments
 (0)