diff --git a/.github/workflows/Lark-notification.yml b/.github/workflows/Lark-notification.yml index e067047..bf3d389 100644 --- a/.github/workflows/Lark-notification.yml +++ b/.github/workflows/Lark-notification.yml @@ -16,7 +16,7 @@ jobs: send-Lark-message: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: denoland/setup-deno@v2 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 172c8ce..89dd527 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 if: ${{ env.VERCEL_TOKEN && env.VERCEL_ORG_ID && env.VERCEL_PROJECT_ID }} - name: Deploy to Vercel