Skip to content

Commit d2fc518

Browse files
Bump actions/checkout from 3 to 4 (#322)
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 2cf2ac4 commit d2fc518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Steps represent a sequence of tasks that will be executed as part of the job
3030
steps:
3131
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333

3434
- uses: actions/setup-java@v3
3535
with:
@@ -61,7 +61,7 @@ jobs:
6161
# Steps represent a sequence of tasks that will be executed as part of the job
6262
steps:
6363
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
6565

6666
- uses: actions/setup-java@v3
6767
with:
@@ -128,7 +128,7 @@ jobs:
128128
# Steps represent a sequence of tasks that will be executed as part of the job
129129
steps:
130130
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
131-
- uses: actions/checkout@v3
131+
- uses: actions/checkout@v4
132132

133133
- uses: actions/setup-java@v3
134134
with:

0 commit comments

Comments
 (0)