Skip to content

Commit 8ca839f

Browse files
committed
add CoC update action
1 parent e315676 commit 8ca839f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_coc.yml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout
20+
uses: actions/checkout@v4
2121

2222
- name: Fetch CODE_OF_CONDUCT.md from django-commons
2323
run: |
@@ -49,7 +49,7 @@ jobs:
4949
# Step 5: Create a pull request to merge the changes into the main branch
5050
- name: Create Pull Request
5151
if: steps.check_changes.outputs.changed == 'true'
52-
uses: peter-evans/create-pull-request
52+
uses: peter-evans/create-pull-request@v7
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
branch: update-code-of-conduct

0 commit comments

Comments
 (0)