project(actions): Update
This commit is contained in:
15
.github/workflows/scraper.yml
vendored
15
.github/workflows/scraper.yml
vendored
@@ -9,23 +9,18 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/checkout@v2.4.2
|
||||
with:
|
||||
repository: open-osrs/cache-client
|
||||
ref: master
|
||||
path: cache-client
|
||||
|
||||
- uses: actions/cache@v2.1.3
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1.4.3
|
||||
uses: actions/setup-java@v3.1.1
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: 11
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Make gradlew executable
|
||||
run: chmod +x ./gradlew
|
||||
@@ -39,7 +34,7 @@ jobs:
|
||||
run: ./gradlew download --console=plain
|
||||
working-directory: cache-client
|
||||
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/checkout@v2.4.2
|
||||
with:
|
||||
repository: open-osrs/runelite
|
||||
ref: master
|
||||
|
||||
Reference in New Issue
Block a user