diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-08-12 13:16:17 +0200 |
|---|---|---|
| committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-08-12 13:16:24 +0200 |
| commit | 71ca6fe7b53df3ebb3af9a8a9641f70fa6e356a1 (patch) | |
| tree | 959bb9a2b6c87aad93b818ddd915adb5d298bc78 | |
| parent | build(deps): bump actions/setup-node from 3.6.0 to 3.7.0 (diff) | |
| download | sharkey-71ca6fe7b53df3ebb3af9a8a9641f70fa6e356a1.tar.gz sharkey-71ca6fe7b53df3ebb3af9a8a9641f70fa6e356a1.tar.bz2 sharkey-71ca6fe7b53df3ebb3af9a8a9641f70fa6e356a1.zip | |
chore(workflows): use checkout@v3.3.0 consistently
| -rw-r--r-- | .github/workflows/reviewer_lottery.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reviewer_lottery.yml b/.github/workflows/reviewer_lottery.yml index 33228d7465..f4ee1e41ff 100644 --- a/.github/workflows/reviewer_lottery.yml +++ b/.github/workflows/reviewer_lottery.yml @@ -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 }} |