File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 timeout-minutes : 60
3434 steps :
3535 - name : Checkout current branch (full)
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0
3939
4343 - name : Setup Java (temurin@11)
4444 id : setup-java-temurin-11
4545 if : matrix.java == 'temurin@11'
46- uses : actions/setup-java@v4
46+ uses : actions/setup-java@v5
4747 with :
4848 distribution : temurin
4949 java-version : 11
5656 - name : Setup Java (temurin@17)
5757 id : setup-java-temurin-17
5858 if : matrix.java == 'temurin@17'
59- uses : actions/setup-java@v4
59+ uses : actions/setup-java@v5
6060 with :
6161 distribution : temurin
6262 java-version : 17
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.foundweekends.giter8" % " sbt-giter8" % " 0.18.0" )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-github-actions" % " 0.8.0 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-github-actions" % " 0.8.1 " )
You can’t perform that action at this time.
0 commit comments