2525 continue-on-error : true
2626 steps :
2727 - name : Git Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 fetch-depth : ' 0'
3131 - name : Install libuv
3939 - name : Setup SBT
4040 uses : sbt/setup-sbt@v1
4141 - name : Cache Dependencies
42- uses : coursier/cache-action@v6
42+ uses : coursier/cache-action@v7
4343 - name : Check all code compiles
4444 run : sbt +Test/compile
4545 - name : Check artifacts build process
5252 continue-on-error : false
5353 steps :
5454 - name : Git Checkout
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656 with :
5757 fetch-depth : ' 0'
5858 - name : Install libuv
6666 - name : Setup SBT
6767 uses : sbt/setup-sbt@v1
6868 - name : Cache Dependencies
69- uses : coursier/cache-action@v6
69+ uses : coursier/cache-action@v7
7070 - name : Check if the site workflow is up to date
7171 run : sbt ciCheckGithubWorkflow
7272 - name : Lint
9393 - name : Setup SBT
9494 uses : sbt/setup-sbt@v1
9595 - name : Cache Dependencies
96- uses : coursier/cache-action@v6
96+ uses : coursier/cache-action@v7
9797 - name : Git Checkout
98- uses : actions/checkout@v5
98+ uses : actions/checkout@v6
9999 with :
100100 fetch-depth : ' 0'
101101 - name : Test
@@ -104,10 +104,10 @@ jobs:
104104 name : Update README
105105 runs-on : ubuntu-latest
106106 continue-on-error : false
107- if : ${{ github.event_name == 'push' }}
107+ if : ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
108108 steps :
109109 - name : Git Checkout
110- uses : actions/checkout@v5
110+ uses : actions/checkout@v6
111111 with :
112112 fetch-depth : ' 0'
113113 - name : Install libuv
@@ -121,7 +121,7 @@ jobs:
121121 - name : Setup SBT
122122 uses : sbt/setup-sbt@v1
123123 - name : Cache Dependencies
124- uses : coursier/cache-action@v6
124+ uses : coursier/cache-action@v7
125125 - name : Generate Readme
126126 run : sbt docs/generateReadme
127127 - name : Commit Changes
@@ -183,7 +183,7 @@ jobs:
183183 if : ${{ github.event_name != 'pull_request' }}
184184 steps :
185185 - name : Git Checkout
186- uses : actions/checkout@v5
186+ uses : actions/checkout@v6
187187 with :
188188 fetch-depth : ' 0'
189189 - name : Install libuv
@@ -197,7 +197,7 @@ jobs:
197197 - name : Setup SBT
198198 uses : sbt/setup-sbt@v1
199199 - name : Cache Dependencies
200- uses : coursier/cache-action@v6
200+ uses : coursier/cache-action@v7
201201 - name : Release
202202 run : sbt ci-release
203203 env :
@@ -214,7 +214,7 @@ jobs:
214214 if : ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
215215 steps :
216216 - name : Git Checkout
217- uses : actions/checkout@v5
217+ uses : actions/checkout@v6
218218 with :
219219 fetch-depth : ' 0'
220220 - name : Install libuv
@@ -228,7 +228,7 @@ jobs:
228228 - name : Setup SBT
229229 uses : sbt/setup-sbt@v1
230230 - name : Cache Dependencies
231- uses : coursier/cache-action@v6
231+ uses : coursier/cache-action@v7
232232 - name : Setup NodeJs
233233 uses : actions/setup-node@v6
234234 with :
@@ -247,7 +247,7 @@ jobs:
247247 if : ${{ (github.event_name == 'release') && (github.event.action == 'published') }}
248248 steps :
249249 - name : Git Checkout
250- uses : actions/checkout@v5
250+ uses : actions/checkout@v6
251251 with :
252252 fetch-depth : ' 0'
253253 - name : notify the main repo about the new release of docs package
0 commit comments