Skip to content

Commit

Permalink
Use the checkout action, version 4. More info in https://github.com/a…
Browse files Browse the repository at this point in the history
  • Loading branch information
josealonso committed Dec 28, 2024
1 parent 88db07b commit dcac31d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
check-java-exercises:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Checkout the latest commit on the main branch
uses: actions/checkout@v4
with:
ref: main

- uses: actions/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit dcac31d

Please sign in to comment.