Skip to content

Commit

Permalink
setup-java v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored and gaul committed Mar 31, 2024
1 parent 6943bf8 commit 823dcc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
container_revision: ${{ fromJSON(steps.docker_action_meta.outputs.json).labels['org.opencontainers.image.revision'] }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
persist-credentials: false
Expand All @@ -48,11 +48,11 @@ jobs:
runs-on: ubuntu-latest
needs: [meta]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: "recursive"

- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "11"
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
needs: [runTests, meta]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/download-artifact@v2
with:
name: s3proxy
Expand Down

0 comments on commit 823dcc4

Please sign in to comment.