File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
name : Close PR
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
19
19
- name : Close PR
20
20
env :
Original file line number Diff line number Diff line change 12
12
if : " startsWith(github.event.head_commit.message, 'chore: release')"
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-tags : true
18
18
23
23
git checkout "v$TAG"
24
24
25
25
- name : Install Java
26
- uses : actions/setup-java@v4
26
+ uses : actions/setup-java@v5
27
27
with :
28
28
distribution : zulu
29
29
java-version : 11
Original file line number Diff line number Diff line change 1
1
organization := " com.algolia"
2
2
name := " algoliasearch-scala"
3
3
description := " Scala client for Algolia Search API"
4
- scalaVersion := " 2.13.16 "
4
+ scalaVersion := " 2.13.17 "
5
5
crossScalaVersions := Seq (" 2.13.12" , " 3.6.3" )
6
6
Test / publishArtifact := false
7
7
licenses += (" MIT" , url(" https://opensource.org/licenses/MIT" ))
Original file line number Diff line number Diff line change 1
- sbt.version =1.11.5
1
+ sbt.version =1.11.7
You can’t perform that action at this time.
0 commit comments