Skip to content

Commit c7531c4

Browse files
authored
Update update-contributors.yaml
1 parent addd2a0 commit c7531c4

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:
@@ -64,7 +64,7 @@ jobs:
6464
echo "PULL_REQUEST_BODY=Tributors update automated pull request." >> $GITHUB_ENV
6565
6666
- name: Open Pull Request
67-
uses: vsoch/pull-request-action@d703f40f3af5ae294f9816395ddf2e3d2d3feafa # 1.0.21
67+
uses: vsoch/pull-request-action@master
6868
if: ${{ env.OPEN_PULL_REQUEST == '1' }}
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)