Skip to content

Commit

Permalink
update actions/setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
fsvehla committed Mar 19, 2024
1 parent f8ed313 commit 34cb501
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 11
Expand All @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 8
Expand All @@ -87,7 +87,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 8
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated using `zio-sbt-website` via `sbt generateGithubWorkflow`
# This file was autogenerated using `zio-sbt-website` via `sbt generateGithubWorkflow`
# task and should be included in the git repository. Please do not edit it manually.

name: Website
Expand All @@ -18,7 +18,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v3.3.0
with:
fetch-depth: '0'
- name: Setup Scala
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v3.3.0
with:
fetch-depth: '0'
- name: Setup Scala
Expand All @@ -65,7 +65,7 @@ jobs:
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v3.3.0
with:
ref: ${{ github.head_ref }}
fetch-depth: '0'
Expand Down

0 comments on commit 34cb501

Please sign in to comment.