mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 18:59:42 +02:00
CI/CD: Update GitHub Actions versions, fixes outdated warnings, force Java from Eclipse
(cherry picked from commit 9b308928467cf9c1b65f8397a8873c2c7e845433) Conflicts: .github/workflows/build-android-project.yml
This commit is contained in:
parent
d623eeff26
commit
1a1385301b
1 changed files with 3 additions and 6 deletions
9
.github/workflows/build-android-project.yml
vendored
9
.github/workflows/build-android-project.yml
vendored
|
@ -21,18 +21,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: "Checkout: Code"
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: "Checkout: Code (PR)"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
if: "contains(github.event_name, 'pull_request')"
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
|
||||
- name: "Setup: Java"
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
|
@ -40,7 +37,7 @@ jobs:
|
|||
run: sudo apt-get install -y ispell
|
||||
|
||||
- name: "Cache: Gradle"
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.gradle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue