Skip to content

Commit

Permalink
Merge pull request #998 from nature-of-code/bump-actions-version
Browse files Browse the repository at this point in the history
Bump actions version
  • Loading branch information
jasongao97 authored Jul 12, 2024
2 parents 5d2a9da + 901eae3 commit b147424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notion-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b147424

Please sign in to comment.