diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 27c0a700a9..67c1ab49fa 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -10,12 +10,6 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: actions/cache@v1 - 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 with: @@ -42,4 +36,4 @@ jobs: PULL_REQUEST_TITLE: 'Client: Update NPC stats' PULL_REQUEST_BODY: This is an auto-generated PR with changes from the OSRS wiki COMMIT_MESSAGE: 'Client: Update NPC stats' - PULL_REQUEST_LABELS: automated-pull-request, NPC stats \ No newline at end of file + PULL_REQUEST_LABELS: automated-pull-request, NPC stats