mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-05 17:38:03 +08:00
Bump the GitHub Actions to their latest versions
This commit is contained in:
parent
17159d3aa7
commit
c0a1dfa87b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Checkout submodule
|
- name: Checkout submodule
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: openiddict/openiddict-core
|
repository: openiddict/openiddict-core
|
||||||
path: submodules/openiddict-core
|
path: submodules/openiddict-core
|
||||||
|
8
.github/workflows/issue.yml
vendored
8
.github/workflows/issue.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Add sponsor label
|
- name: Add sponsor label
|
||||||
id: sponsors-labels
|
id: sponsors-labels
|
||||||
uses: brianlagunas/sponsor-action@v1.0
|
uses: devlooped/actions-sponsor@v1
|
||||||
with:
|
with:
|
||||||
maintainers: 'kevinchalet'
|
label: sponsor
|
||||||
label: 'sponsor'
|
sponsorable: kevinchalet
|
||||||
github_token: ${{ secrets.SPONSORS_TOKEN }}
|
token: ${{ secrets.SPONSORS_TOKEN }}
|
||||||
|
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
@ -10,16 +10,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Generate sponsors section
|
- name: Generate sponsors section
|
||||||
uses: JamesIves/github-sponsors-readme-action@v1.0.8
|
uses: JamesIves/github-sponsors-readme-action@v1.2.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.SPONSORS_TOKEN }}
|
token: ${{ secrets.SPONSORS_TOKEN }}
|
||||||
file: 'index.md'
|
file: 'index.md'
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||||
with:
|
with:
|
||||||
branch: dev
|
branch: dev
|
||||||
folder: '.'
|
folder: '.'
|
||||||
|
Loading…
Reference in New Issue
Block a user