@@ -18,11 +18,11 @@ jobs:
1818 if : ${{ github.event_name == 'pull_request' }}
1919 steps :
2020 - name : Git Checkout
21- uses : actions/checkout@v4.2.2
21+ uses : actions/checkout@v3.3.0
2222 with :
2323 fetch-depth : ' 0'
2424 - name : Setup Scala
25- uses : actions/setup-java@v4.5 .0
25+ uses : actions/setup-java@v3.9 .0
2626 with :
2727 distribution : temurin
2828 java-version : 17
@@ -39,11 +39,11 @@ jobs:
3939 if : ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
4040 steps :
4141 - name : Git Checkout
42- uses : actions/checkout@v4.2.2
42+ uses : actions/checkout@v3.3.0
4343 with :
4444 fetch-depth : ' 0'
4545 - name : Setup Scala
46- uses : actions/setup-java@v4.5 .0
46+ uses : actions/setup-java@v3.9 .0
4747 with :
4848 distribution : temurin
4949 java-version : 17
@@ -63,12 +63,12 @@ jobs:
6363 if : ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
6464 steps :
6565 - name : Git Checkout
66- uses : actions/checkout@v4.2.2
66+ uses : actions/checkout@v3.3.0
6767 with :
6868 ref : ${{ github.head_ref }}
6969 fetch-depth : ' 0'
7070 - name : Setup Scala
71- uses : actions/setup-java@v4.5 .0
71+ uses : actions/setup-java@v3.9 .0
7272 with :
7373 distribution : temurin
7474 java-version : 17
8282 git add README.md
8383 git commit -m "Update README.md" || echo "No changes to commit"
8484 - name : Create Pull Request
85- uses : peter-evans/create-pull-request@v7.0.5
85+ uses : peter-evans/create-pull-request@v4.2.3
8686 with :
8787 body : |-
8888 Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
0 commit comments