ci: Use checkout action

This commit is contained in:
bbhtt
2024-11-01 22:21:28 +05:30
parent c1891e430d
commit 5fb56b36a2

View File

@@ -11,6 +11,7 @@ jobs:
close:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check and close
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}