File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v3
24
24
with :
25
25
fetch-depth : 0
26
+ # https://github.com/actions/runner/issues/2033
27
+ - name : Set ownership
28
+ run : |
29
+ # this is to fix GIT not liking owner of the checkout dir
30
+ chown -R $(id -u):$(id -g) $PWD
31
+
26
32
- uses : coursier/cache-action@v6
27
33
28
34
- name : Check formatting
89
95
- uses : actions/checkout@v3
90
96
with :
91
97
fetch-depth : 0
98
+ # https://github.com/actions/runner/issues/2033
99
+ - name : Set ownership
100
+ run : |
101
+ # this is to fix GIT not liking owner of the checkout dir
102
+ chown -R $(id -u):$(id -g) $PWD
103
+
92
104
- uses : coursier/cache-action@v6
93
105
94
106
- uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.github.sbt" % " sbt-jni" % " 1.5.3 " )
2
- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.5 .3" )
3
- addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.6 .0" )
4
- addSbtPlugin(" com.geirsson " % " sbt-ci-release" % " 1.5.7 " )
5
- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3 " )
1
+ addSbtPlugin(" com.github.sbt" % " sbt-jni" % " 1.5.4 " )
2
+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6 .3" )
3
+ addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.9 .0" )
4
+ addSbtPlugin(" com.github.sbt " % " sbt-ci-release" % " 1.5.11 " )
5
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0 " )
You can’t perform that action at this time.
0 commit comments