From 2a7c1d271f318d483360807ddfa7d961c97f527b Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:39:23 +0400 Subject: [PATCH] ci: actions/checkout@v5 (#1330) --- .github/workflows/cicd.yml | 2 +- .github/workflows/create-pr-for-release-and-publish.yml | 4 ++-- .github/workflows/documentation.yml | 4 ++-- .github/workflows/labelsync.yml | 2 +- .github/workflows/publish-next.yml | 2 +- .github/workflows/validate-pull-request.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9c4af58b..ac72b7b4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" && echo "::add-matcher::.github/problemMatchers/tsc.json" diff --git a/.github/workflows/create-pr-for-release-and-publish.yml b/.github/workflows/create-pr-for-release-and-publish.yml index 6257e172..7e328d5f 100644 --- a/.github/workflows/create-pr-for-release-and-publish.yml +++ b/.github/workflows/create-pr-for-release-and-publish.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 286cab1f..8f8f2d08 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout discord-api-types - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ inputs.ref || '' }} @@ -56,7 +56,7 @@ jobs: # pnpm --filter="*api-*" --filter="scripts" --filter="actions" run build - name: Checkout discord.js - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: discordjs/discord.js path: djs diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index 42bc36ce..93fa86af 100644 --- a/.github/workflows/labelsync.yml +++ b/.github/workflows/labelsync.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Label sync uses: crazy-max/ghaction-github-labeler@v5 diff --git a/.github/workflows/publish-next.yml b/.github/workflows/publish-next.yml index 6e8fe691..9a764e50 100644 --- a/.github/workflows/publish-next.yml +++ b/.github/workflows/publish-next.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/validate-pull-request.yml b/.github/workflows/validate-pull-request.yml index fec1fb79..bfd61676 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -10,7 +10,7 @@ jobs: pull-requests: write steps: - name: Checkout Project - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Use Node.js uses: actions/setup-node@v4