Skip to content

Commit

Permalink
Upgrade checkout github action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Apr 9, 2024
1 parent a4d5973 commit 932d8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/[email protected]
with:
Expand All @@ -169,7 +169,7 @@ jobs:
os: [ ubuntu-20.04, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
version: 22.3.1
Expand Down

0 comments on commit 932d8ec

Please sign in to comment.