We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f883de commit 0b46d19Copy full SHA for 0b46d19
.github/workflows/update-contributors.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout Repository
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: Tributors Update
16
uses: con/tributors@master
17
env:
@@ -68,7 +68,7 @@ jobs:
68
echo "PULL_REQUEST_BODY=Tributors update automated pull request." >> $GITHUB_ENV
69
70
- name: Open Pull Request
71
- uses: vsoch/pull-request-action@50f22f6d146226ee6b73b7a001f26a3d4579f360 # 1.0.22
+ uses: vsoch/pull-request-action@master
72
if: ${{ env.OPEN_PULL_REQUEST == '1' }}
73
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments