Skip to content

Commit 672aad3

Browse files
authored
Update checkout action to v4
1 parent ef4db6d commit 672aad3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/push-build-deploy.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,22 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- name: Checkout repository
19+
uses: actions/checkout@v4
20+
1921
- name: Set up JDK 1.8
2022
uses: actions/setup-java@v1
2123
with:
2224
java-version: 1.8
25+
2326
- name: Build with Gradle
2427
uses: eskatos/[email protected]
2528
with:
2629
arguments: clean build installDist
2730
wrapper-cache-enabled: true
2831
dependencies-cache-enabled: true
2932
configuration-cache-enabled: true
33+
3034
- name: Deploy
3135
uses: mojira/deploy@main
3236
with:
@@ -48,4 +52,3 @@ jobs:
4852
sleep 1
4953
cd r-isa
5054
/usr/bin/screen -d -m bash -c '/home/risa/r-isa/bin/risa; exec sh'
51-

0 commit comments

Comments
 (0)