From 901eae363917157052711c841d9a5b04c482e7e4 Mon Sep 17 00:00:00 2001 From: Yifei Gao Date: Fri, 12 Jul 2024 23:54:06 +0800 Subject: [PATCH] bump actions version --- .github/workflows/notion-git.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notion-git.yml b/.github/workflows/notion-git.yml index b0655dd0..186c1c06 100644 --- a/.github/workflows/notion-git.yml +++ b/.github/workflows/notion-git.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch Notion content uses: nature-of-code/fetch-notion@main @@ -16,7 +16,7 @@ jobs: notion-database-id: ${{ secrets.NOTION_DATABASE_ID }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: commit-message: Notion - Update docs signoff: false