[skip ci] Update Actions dependencies (#15121)
This commit is contained in:
parent
291abeb317
commit
0843d8412e
|
@ -12,7 +12,7 @@ jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v5.1.0
|
- uses: actions/stale@v7
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Close everything older than ~6 months
|
# Close everything older than ~6 months
|
||||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
|
|
||||||
- id: get-changed-files
|
- id: get-changed-files
|
||||||
name: Get changed files
|
name: Get changed files
|
||||||
uses: Ana06/get-changed-files@v2.2.0
|
uses: Ana06/get-changed-files@v2
|
||||||
|
|
||||||
- id: parse-changed-files
|
- id: parse-changed-files
|
||||||
name: Parse changed files
|
name: Parse changed files
|
||||||
|
|
|
@ -106,7 +106,7 @@ jobs:
|
||||||
arguments: assembleRelease
|
arguments: assembleRelease
|
||||||
|
|
||||||
- name: Upload APKs (chunk ${{ matrix.chunk }})
|
- name: Upload APKs (chunk ${{ matrix.chunk }})
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: "github.repository == 'tachiyomiorg/tachiyomi-extensions'"
|
if: "github.repository == 'tachiyomiorg/tachiyomi-extensions'"
|
||||||
with:
|
with:
|
||||||
name: "multisrc-apks-${{ matrix.chunk }}"
|
name: "multisrc-apks-${{ matrix.chunk }}"
|
||||||
|
@ -148,7 +148,7 @@ jobs:
|
||||||
arguments: assembleRelease
|
arguments: assembleRelease
|
||||||
|
|
||||||
- name: Upload APKs (chunk ${{ matrix.chunk }})
|
- name: Upload APKs (chunk ${{ matrix.chunk }})
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: "github.repository == 'tachiyomiorg/tachiyomi-extensions'"
|
if: "github.repository == 'tachiyomiorg/tachiyomi-extensions'"
|
||||||
with:
|
with:
|
||||||
name: "individual-apks-${{ matrix.chunk }}"
|
name: "individual-apks-${{ matrix.chunk }}"
|
||||||
|
@ -167,7 +167,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download APK artifacts
|
- name: Download APK artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ~/apk-artifacts
|
path: ~/apk-artifacts
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ jobs:
|
||||||
lock:
|
lock:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v2
|
- uses: dessant/lock-threads@v4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
issue-lock-inactive-days: '2'
|
issue-inactive-days: '2'
|
||||||
pr-lock-inactive-days: '2'
|
pr-inactive-days: '2'
|
||||||
|
|
Loading…
Reference in New Issue