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 c19e06c commit 14f5745Copy full SHA for 14f5745
1 file changed
.github/workflows/contributors.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
22
23
- name: Update contributors in README
24
uses: akhilmhdh/contributors-readme-action@v2.3.11
@@ -29,4 +29,4 @@ jobs:
29
use_username: true
30
commit_message: "docs(contributors): update README contributors"
31
env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments