@@ -18,11 +18,11 @@ jobs:
18
18
if : ${{ github.event_name == 'pull_request' }}
19
19
steps :
20
20
- name : Git Checkout
21
- uses : actions/checkout@v4.0 .0
21
+ uses : actions/checkout@v3.3 .0
22
22
with :
23
23
fetch-depth : ' 0'
24
24
- name : Setup Scala
25
- uses : actions/setup-java@v3.12 .0
25
+ uses : actions/setup-java@v3.9 .0
26
26
with :
27
27
distribution : temurin
28
28
java-version : 17
@@ -41,11 +41,11 @@ jobs:
41
41
if : ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
42
42
steps :
43
43
- name : Git Checkout
44
- uses : actions/checkout@v4.0 .0
44
+ uses : actions/checkout@v3.3 .0
45
45
with :
46
46
fetch-depth : ' 0'
47
47
- name : Setup Scala
48
- uses : actions/setup-java@v3.12 .0
48
+ uses : actions/setup-java@v3.9 .0
49
49
with :
50
50
distribution : temurin
51
51
java-version : 17
@@ -65,12 +65,12 @@ jobs:
65
65
if : ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
66
66
steps :
67
67
- name : Git Checkout
68
- uses : actions/checkout@v4.0 .0
68
+ uses : actions/checkout@v3.3 .0
69
69
with :
70
70
ref : ${{ github.head_ref }}
71
71
fetch-depth : ' 0'
72
72
- name : Setup Scala
73
- uses : actions/setup-java@v3.12 .0
73
+ uses : actions/setup-java@v3.9 .0
74
74
with :
75
75
distribution : temurin
76
76
java-version : 17
84
84
git add README.md
85
85
git commit -m "Update README.md" || echo "No changes to commit"
86
86
- name : Create Pull Request
87
- uses : peter-evans/create-pull-request@v5.0.2
87
+ uses : peter-evans/create-pull-request@v4.2.3
88
88
with :
89
89
body : |-
90
90
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
0 commit comments