Skip to content

Commit fcf3aeb

Browse files
committed
fix: rename workflow to keep consistency. Add newer versions to checkout and set-java steps
1 parent 076f810 commit fcf3aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Checkout the repo
7070
- name: Checkout current repo
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v5
7272
with:
7373
repository: owncloud/android
7474
ref: ${{ inputs.version }}
@@ -83,7 +83,7 @@ jobs:
8383
8484
# Set Java-JDK version
8585
- name: Setup JDK
86-
uses: actions/setup-java@v4
86+
uses: actions/setup-java@v5
8787
with:
8888
distribution: 'temurin'
8989
java-version: '17'

0 commit comments

Comments
 (0)