Skip to content

Commit 0556263

Browse files
authored
Merge pull request #61 from gradlex-org/dependabot/github_actions/actions/checkout-4.1.3
Bump actions/checkout from 4.1.2 to 4
2 parents 7a40b2d + ad50890 commit 0556263

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.1.2
8+
uses: actions/checkout@v4
99
- name: Set up JDK
1010
uses: actions/[email protected]
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.1.2
7+
- uses: actions/checkout@v4
88
- uses: gradle/wrapper-validation-action@v3

.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.1.2
11+
uses: actions/checkout@v4
1212
- name: Set up JDK
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)