mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 22:56:49 +09:00
chore(workflows): use checkout@v3.3.0 consistently
This commit is contained in:
parent
6b21b142bd
commit
71ca6fe7b5
2
.github/workflows/reviewer_lottery.yml
vendored
2
.github/workflows/reviewer_lottery.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3.3.0
|
||||
- uses: uesteibar/reviewer-lottery@v2
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user