-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
continue-on-error: true | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
fetch-depth: '0' | ||
- name: Install libuv | ||
|
@@ -47,7 +47,7 @@ jobs: | |
continue-on-error: false | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
fetch-depth: '0' | ||
- name: Install libuv | ||
|
@@ -87,7 +87,7 @@ jobs: | |
- name: Cache Dependencies | ||
uses: coursier/cache-action@v6 | ||
- name: Git Checkout | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
fetch-depth: '0' | ||
- name: Test | ||
|
@@ -105,7 +105,7 @@ jobs: | |
if: ${{ github.event_name == 'push' }} | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
fetch-depth: '0' | ||
- name: Install libuv | ||
|
@@ -134,7 +134,7 @@ jobs: | |
app_private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||
- name: Create Pull Request | ||
id: cpr | ||
uses: peter-evans/[email protected].0 | ||
uses: peter-evans/[email protected].2 | ||
with: | ||
body: |- | ||
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin. | ||
|
@@ -179,7 +179,7 @@ jobs: | |
if: ${{ github.event_name != 'pull_request' }} | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
fetch-depth: '0' | ||
- name: Install libuv | ||
|
@@ -208,7 +208,7 @@ jobs: | |
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
fetch-depth: '0' | ||
- name: Install libuv | ||
|
@@ -239,7 +239,7 @@ jobs: | |
if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }} | ||
steps: | ||
- name: Git Checkout | ||
uses: actions/checkout@v3.6.0 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
fetch-depth: '0' | ||
- name: notify the main repo about the new release of docs package | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version = "3.7.12" | ||
version = "3.7.14" | ||
maxColumn = 120 | ||
align.preset = most | ||
continuationIndent.defnSite = 2 | ||
|
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