Skip to content

Commit 491d9b1

Browse files
authored
Update create-dataset-site-template-pr.yaml
1 parent 8199516 commit 491d9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-dataset-site-template-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
ref: master
1717

@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Create Pull Request
3636
id: cpr
37-
uses: peter-evans/create-pull-request@v4
37+
uses: peter-evans/create-pull-request@v7
3838
with:
3939
path: ./
4040
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)