Skip to content

Commit 2e1d32e

Browse files
committed
update site workflow
1 parent 6f4370d commit 2e1d32e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/site.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
if: ${{ github.event_name == 'pull_request' }}
1919
steps:
2020
- name: Git Checkout
21-
uses: actions/checkout@v4.0.0
21+
uses: actions/checkout@v3.3.0
2222
with:
2323
fetch-depth: '0'
2424
- name: Setup Scala
25-
uses: actions/setup-java@v3.12.0
25+
uses: actions/setup-java@v3.9.0
2626
with:
2727
distribution: temurin
2828
java-version: 17
@@ -41,11 +41,11 @@ jobs:
4141
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
4242
steps:
4343
- name: Git Checkout
44-
uses: actions/checkout@v4.0.0
44+
uses: actions/checkout@v3.3.0
4545
with:
4646
fetch-depth: '0'
4747
- name: Setup Scala
48-
uses: actions/setup-java@v3.12.0
48+
uses: actions/setup-java@v3.9.0
4949
with:
5050
distribution: temurin
5151
java-version: 17
@@ -65,12 +65,12 @@ jobs:
6565
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
6666
steps:
6767
- name: Git Checkout
68-
uses: actions/checkout@v4.0.0
68+
uses: actions/checkout@v3.3.0
6969
with:
7070
ref: ${{ github.head_ref }}
7171
fetch-depth: '0'
7272
- name: Setup Scala
73-
uses: actions/setup-java@v3.12.0
73+
uses: actions/setup-java@v3.9.0
7474
with:
7575
distribution: temurin
7676
java-version: 17
@@ -84,7 +84,7 @@ jobs:
8484
git add README.md
8585
git commit -m "Update README.md" || echo "No changes to commit"
8686
- name: Create Pull Request
87-
uses: peter-evans/create-pull-request@v5.0.2
87+
uses: peter-evans/create-pull-request@v4.2.3
8888
with:
8989
body: |-
9090
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.

0 commit comments

Comments
 (0)