@@ -20,21 +20,21 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 - name : Golang Status
2525 run : find buildScript libcore/*.sh | xargs cat | sha1sum > golang_status
2626 - name : Libcore Status
2727 run : git ls-files libcore | xargs cat | sha1sum > libcore_status
2828 - name : LibCore Cache
2929 id : cache
30- uses : actions/cache@v3
30+ uses : actions/cache@v4
3131 with :
3232 path : |
3333 app/libs/libcore.aar
3434 key : ${{ hashFiles('.github/workflows/*', 'golang_status', 'libcore_status') }}
3535 - name : Install Golang
3636 if : steps.cache.outputs.cache-hit != 'true'
37- uses : actions/setup-go@v3
37+ uses : actions/setup-go@v5
3838 with :
3939 go-version : ^1.21
4040 - name : Native Build
@@ -47,19 +47,19 @@ jobs:
4747 - libcore
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v4
5151 - name : Golang Status
5252 run : find buildScript libcore/*.sh | xargs cat | sha1sum > golang_status
5353 - name : Libcore Status
5454 run : git ls-files libcore | xargs cat | sha1sum > libcore_status
5555 - name : LibCore Cache
56- uses : actions/cache@v3
56+ uses : actions/cache@v4
5757 with :
5858 path : |
5959 app/libs/libcore.aar
6060 key : ${{ hashFiles('.github/workflows/*', 'golang_status', 'libcore_status') }}
6161 - name : Gradle cache
62- uses : actions/cache@v3
62+ uses : actions/cache@v4
6363 with :
6464 path : ~/.gradle
6565 key : gradle-oss-${{ hashFiles('**/*.gradle.kts') }}
8686 needs : build
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v3
89+ uses : actions/checkout@v4
9090 - name : Donwload Artifacts
91- uses : actions/download-artifact@v3
91+ uses : actions/download-artifact@v4
9292 with :
9393 name : APKs
9494 path : artifacts
@@ -107,7 +107,7 @@ jobs:
107107 needs : build
108108 steps :
109109 - name : Donwload Artifacts
110- uses : actions/download-artifact@v3
110+ uses : actions/download-artifact@v4
111111 with :
112112 name : APKs
113113 path : artifacts
@@ -138,19 +138,19 @@ jobs:
138138 - libcore
139139 steps :
140140 - name : Checkout
141- uses : actions/checkout@v3
141+ uses : actions/checkout@v4
142142 - name : Golang Status
143143 run : find buildScript libcore/*.sh | xargs cat | sha1sum > golang_status
144144 - name : Libcore Status
145145 run : git ls-files libcore | xargs cat | sha1sum > libcore_status
146146 - name : LibCore Cache
147- uses : actions/cache@v3
147+ uses : actions/cache@v4
148148 with :
149149 path : |
150150 app/libs/libcore.aar
151151 key : ${{ hashFiles('.github/workflows/*', 'golang_status', 'libcore_status') }}
152152 - name : Gradle cache
153- uses : actions/cache@v3
153+ uses : actions/cache@v4
154154 with :
155155 path : ~/.gradle
156156 key : gradle-play-${{ hashFiles('**/*.gradle.kts') }}
0 commit comments