Skip to content

Commit

Permalink
Actions: upgrade to actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 7, 2023
1 parent 065e941 commit 2892526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Validate Gradle wrapper

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1

build:
Expand All @@ -34,7 +34,7 @@ jobs:

steps:
# Checks-out the repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set JDK
- name: Set up JDK
Expand Down

0 comments on commit 2892526

Please sign in to comment.