Skip to content

Commit 14f5745

Browse files
authored
Update checkout action version to v6
1 parent c19e06c commit 14f5745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/contributors.yml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Update contributors in README
2424
uses: akhilmhdh/contributors-readme-action@v2.3.11
@@ -29,4 +29,4 @@ jobs:
2929
use_username: true
3030
commit_message: "docs(contributors): update README contributors"
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)