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/deploy-production.yml b/.github/workflows/deploy-production.yml index 3758974..8aaeb0e 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -20,7 +20,7 @@ jobs: packages: write contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Inject Environment variables run: | diff --git a/.github/workflows/init-template.yml b/.github/workflows/init-template.yml index 489229a..b4daaef 100644 --- a/.github/workflows/init-template.yml +++ b/.github/workflows/init-template.yml @@ -16,7 +16,7 @@ jobs: contents: write actions: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: transform Repository variables to lower case run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7eebb4..c258d7e 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