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:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Checkout submodule
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: openiddict/openiddict-core
|
||||
path: submodules/openiddict-core
|
||||
|
8
.github/workflows/issue.yml
vendored
8
.github/workflows/issue.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
||||
steps:
|
||||
- name: Add sponsor label
|
||||
id: sponsors-labels
|
||||
uses: brianlagunas/sponsor-action@v1.0
|
||||
uses: devlooped/actions-sponsor@v1
|
||||
with:
|
||||
maintainers: 'kevinchalet'
|
||||
label: 'sponsor'
|
||||
github_token: ${{ secrets.SPONSORS_TOKEN }}
|
||||
label: sponsor
|
||||
sponsorable: kevinchalet
|
||||
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
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Generate sponsors section
|
||||
uses: JamesIves/github-sponsors-readme-action@v1.0.8
|
||||
uses: JamesIves/github-sponsors-readme-action@v1.2.2
|
||||
with:
|
||||
token: ${{ secrets.SPONSORS_TOKEN }}
|
||||
file: 'index.md'
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
with:
|
||||
branch: dev
|
||||
folder: '.'
|
||||
|
Loading…
Reference in New Issue
Block a user