Skip to content

Commit 901eae3

Browse files
committedJul 12, 2024··
bump actions version
1 parent 5d2a9da commit 901eae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/notion-git.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111

1212
- name: Fetch Notion content
1313
uses: nature-of-code/fetch-notion@main
@@ -16,7 +16,7 @@ jobs:
1616
notion-database-id: ${{ secrets.NOTION_DATABASE_ID }}
1717

1818
- name: Create Pull Request
19-
uses: peter-evans/create-pull-request@v4
19+
uses: peter-evans/create-pull-request@v6
2020
with:
2121
commit-message: Notion - Update docs
2222
signoff: false

0 commit comments

Comments
 (0)
Please sign in to comment.