@@ -34,28 +34,28 @@ jobs:
3434 runs-on : ${{ matrix.os }}
3535 steps :
3636 - name : Checkout current branch (full)
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v3
3838 with :
3939 fetch-depth : 0
4040
4141 - name : Download Java (temurin@8)
4242 id : download-java-temurin-8
4343 if : matrix.java == 'temurin@8'
44- uses : typelevel/download-java@v1
44+ uses : typelevel/download-java@v2
4545 with :
4646 distribution : temurin
4747 java-version : 8
4848
4949 - name : Setup Java (temurin@8)
5050 if : matrix.java == 'temurin@8'
51- uses : actions/setup-java@v2
51+ uses : actions/setup-java@v3
5252 with :
5353 distribution : jdkfile
5454 java-version : 8
5555 jdkFile : ${{ steps.download-java-temurin-8.outputs.jdkFile }}
5656
5757 - name : Cache sbt
58- uses : actions/cache@v2
58+ uses : actions/cache@v3
5959 with :
6060 path : |
6161 ~/.sbt
@@ -94,28 +94,28 @@ jobs:
9494 runs-on : ${{ matrix.os }}
9595 steps :
9696 - name : Checkout current branch (full)
97- uses : actions/checkout@v2
97+ uses : actions/checkout@v3
9898 with :
9999 fetch-depth : 0
100100
101101 - name : Download Java (temurin@8)
102102 id : download-java-temurin-8
103103 if : matrix.java == 'temurin@8'
104- uses : typelevel/download-java@v1
104+ uses : typelevel/download-java@v2
105105 with :
106106 distribution : temurin
107107 java-version : 8
108108
109109 - name : Setup Java (temurin@8)
110110 if : matrix.java == 'temurin@8'
111- uses : actions/setup-java@v2
111+ uses : actions/setup-java@v3
112112 with :
113113 distribution : jdkfile
114114 java-version : 8
115115 jdkFile : ${{ steps.download-java-temurin-8.outputs.jdkFile }}
116116
117117 - name : Cache sbt
118- uses : actions/cache@v2
118+ uses : actions/cache@v3
119119 with :
120120 path : |
121121 ~/.sbt
0 commit comments