mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2025-02-24 08:01:16 +00:00
Update actions/setup-java to v2 (#335)
- Update setup-java to v2 and explicitly use AdoptOpenJDK - Enable dependabot for github-actions dependencies
This commit is contained in:
parent
92e61d095b
commit
d5ed87920c
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
labels:
|
||||||
|
- ci
|
||||||
|
- github-actions
|
||||||
|
commit-message:
|
||||||
|
prefix: ci
|
3
.github/workflows/app-test.yaml
vendored
3
.github/workflows/app-test.yaml
vendored
@ -14,8 +14,9 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
distribution: 'adopt'
|
||||||
java-version: 11
|
java-version: 11
|
||||||
- name: Setup Gradle cache
|
- name: Setup Gradle cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user