mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-16 07:47:48 +01:00
bump actions version
This commit is contained in:
parent
5d2a9dab00
commit
901eae3639
1 changed files with 2 additions and 2 deletions
4
.github/workflows/notion-git.yml
vendored
4
.github/workflows/notion-git.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Fetch Notion content
|
- name: Fetch Notion content
|
||||||
uses: nature-of-code/fetch-notion@main
|
uses: nature-of-code/fetch-notion@main
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
notion-database-id: ${{ secrets.NOTION_DATABASE_ID }}
|
notion-database-id: ${{ secrets.NOTION_DATABASE_ID }}
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
commit-message: Notion - Update docs
|
commit-message: Notion - Update docs
|
||||||
signoff: false
|
signoff: false
|
||||||
|
|
Loading…
Reference in a new issue