mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 01:23:08 +02:00
chore(workflows): use checkout@v3.3.0 consistently
This commit is contained in:
parent
6b21b142bd
commit
71ca6fe7b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reviewer_lottery.yml
vendored
2
.github/workflows/reviewer_lottery.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3.3.0
|
||||||
- uses: uesteibar/reviewer-lottery@v2
|
- uses: uesteibar/reviewer-lottery@v2
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue