summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2023-08-12 13:16:17 +0200
committerKagami Sascha Rosylight <saschanaz@outlook.com>2023-08-12 13:16:24 +0200
commit71ca6fe7b53df3ebb3af9a8a9641f70fa6e356a1 (patch)
tree959bb9a2b6c87aad93b818ddd915adb5d298bc78 /.github
parentbuild(deps): bump actions/setup-node from 3.6.0 to 3.7.0 (diff)
downloadsharkey-71ca6fe7b53df3ebb3af9a8a9641f70fa6e356a1.tar.gz
sharkey-71ca6fe7b53df3ebb3af9a8a9641f70fa6e356a1.tar.bz2
sharkey-71ca6fe7b53df3ebb3af9a8a9641f70fa6e356a1.zip
chore(workflows): use checkout@v3.3.0 consistently
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/reviewer_lottery.yml2
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 }}