Skip to content

Commit 58ae87b

Browse files
authored
Merge pull request #185 from jsalinaspolo/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 521592a + 9de53aa commit 58ae87b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Java ${{ matrix.java }}
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Set up JDK ${{ matrix.java }}
1515
uses: actions/setup-java@v3
1616
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)