-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update/zio-2.1.12
- Loading branch information
Showing
5 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
timeout-minutes: 15 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- name: Cache sbt | ||
uses: actions/cache@v4 | ||
with: | ||
|
@@ -29,7 +29,7 @@ jobs: | |
key: ${{ runner.os }}-${{matrix.scala}}-${{matrix.module}}-${{ hashFiles('**/build.sbt') }} | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: '17' | ||
|
@@ -77,7 +77,7 @@ jobs: | |
name: Build ${{matrix.scala_short_dot}} - ${{matrix.module}} | ||
|
||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- name: Cache sbt | ||
uses: actions/cache@v4 | ||
with: | ||
|
@@ -87,7 +87,7 @@ jobs: | |
key: ${{ runner.os }}-${{matrix.scala}}-${{matrix.module}}-${{ hashFiles('**/build.sbt') }} | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: '17' | ||
|
@@ -108,9 +108,9 @@ jobs: | |
CI_RELEASE: publishSigned # By default, sbt-ci-release uses the `+publishSigned` which is publishing for all the Scala versions configured, which is not what we want | ||
CI_SNAPSHOT_RELEASE: publish # By default, sbt-ci-release uses the `+publish` which is publishing for all the Scala versions configured, which is not what we want | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- name: Setup Java | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: '11' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ jobs: | |
if: ${{ github.event_name == 'pull_request' }} | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: '0' | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
|
@@ -39,11 +39,11 @@ jobs: | |
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: '0' | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
|
@@ -63,12 +63,12 @@ jobs: | |
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }} | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
fetch-depth: '0' | ||
- name: Setup Scala | ||
uses: actions/setup-java@v4.3.0 | ||
uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: temurin | ||
java-version: 17 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters