File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 - name : cache sbt packages
@@ -42,11 +42,11 @@ jobs:
4242 apps : sbt
4343 jvm : zulu:17
4444 - name : Setup Pages
45- uses : actions/configure-pages@v4
45+ uses : actions/configure-pages@v5
4646 - name : Build site
4747 run : sbt webStage
4848 - name : Upload artifact
49- uses : actions/upload-pages-artifact@v3
49+ uses : actions/upload-pages-artifact@v4
5050 with :
5151 path : ' ./target/web/stage'
5252
Original file line number Diff line number Diff line change 77 publish :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313 - uses : coursier/cache-action@v6
Original file line number Diff line number Diff line change 1010 runs-on : ${{ matrix.os }}
1111 name : Test-${{ matrix.os }}-${{ matrix.java }}
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : coursier/cache-action@v6
1515 - uses : coursier/setup-action@v1
1616 with :
2626 runs-on : ubuntu-latest
2727 name : MigrationManager
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - uses : coursier/cache-action@v6
3131 - uses : coursier/setup-action@v1
3232 with :
4444 runs-on : ${{ matrix.os }}
4545 name : Artifact-${{ matrix.os }}-${{ matrix.java }}
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 with :
4949 fetch-depth : 0
5050 - uses : coursier/cache-action@v6
You can’t perform that action at this time.
0 commit comments