Skip to content

Commit 0b46d19

Browse files
authored
Update update-contributors.yaml
Signed-off-by: Vanessasaurus <814322+vsoch@users.noreply.github.com>
1 parent 1f883de commit 0b46d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-contributors.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Tributors Update
1616
uses: con/tributors@master
1717
env:
@@ -68,7 +68,7 @@ jobs:
6868
echo "PULL_REQUEST_BODY=Tributors update automated pull request." >> $GITHUB_ENV
6969
7070
- name: Open Pull Request
71-
uses: vsoch/pull-request-action@50f22f6d146226ee6b73b7a001f26a3d4579f360 # 1.0.22
71+
uses: vsoch/pull-request-action@master
7272
if: ${{ env.OPEN_PULL_REQUEST == '1' }}
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)