Skip to content

Commit

Permalink
Upgrade checkout and setup-java actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Feb 3, 2024
1 parent 01fefc2 commit 6fbdd60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
run: git config --global core.autocrlf false
if: startsWith(matrix.os, 'windows')

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ jobs:
uses: dcarbone/[email protected]

- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: current-repo

- name: Checkout Ecosystem
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ env.ECOSYSTEM_CI_REPO }}
path: ecosystem-ci
Expand Down

0 comments on commit 6fbdd60

Please sign in to comment.