chore(ci): migrate to checkout@v4 (#1368)

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
Neko Ayaka
2023-11-30 13:45:51 +08:00
committed by GitHub
parent e7a0209140
commit 62ec40c3c1
7 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Check Issue
env:
MESSAGE: "${{ github.event.issue.body }}"