Skip to content

Commit

Permalink
Update CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Jan 6, 2025
1 parent 9abcf11 commit f957064
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand All @@ -64,12 +64,12 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
# - name: Check if the site workflow is up to date
# run: sbt ciCheckGithubWorkflow
- name: Check if the site workflow is up to date
run: sbt ciCheckGithubWorkflow
- name: Lint
run: sbt lint
test:
Expand All @@ -92,7 +92,7 @@ jobs:
distribution: corretto
java-version: ${{ matrix.java }}
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand All @@ -140,7 +140,7 @@ jobs:
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
body: |-
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
distribution: corretto
java-version: '17'
check-latest: true
- name: Setup sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Cache Dependencies
uses: coursier/cache-action@v6
Expand Down

0 comments on commit f957064

Please sign in to comment.