Skip to content

Commit 85d8f96

Browse files
Bump actions/checkout from 4.0.0 to 4.1.0 (#25)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4814fb commit 85d8f96

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: git clone
8-
uses: actions/checkout@v4.0.0
8+
uses: actions/checkout@v4.1.0
99
- name: Set up JDK
1010
uses: actions/setup-java@v3.13.0
1111
with:

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ jobs:
44
validation:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4.0.0
7+
- uses: actions/checkout@v4.1.0
88
- uses: gradle/wrapper-validation-action@v1.1.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: git clone
11-
uses: actions/checkout@v4.0.0
11+
uses: actions/checkout@v4.1.0
1212
- name: Set up JDK
1313
uses: actions/setup-java@v3.13.0
1414
with:

0 commit comments

Comments
 (0)