From 29e269f295a35c9743cf36140412eb01e4ce62cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:43:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/codeql.yml | 2 +- .github/workflows/documents.yml | 2 +- .github/workflows/sync-main-on-release.yml | 2 +- .github/workflows/weblate-pull.yml | 2 +- .github/workflows/weblate-sync.yml | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fd0598c7..98f8d309a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: runs-on: macos-14 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up nodejs uses: actions/setup-node@v4 @@ -136,7 +136,7 @@ jobs: GOARM: ${{ matrix.goarm }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Go uses: actions/setup-go@v5 @@ -309,7 +309,7 @@ jobs: PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/arm/v5 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Docker meta id: meta @@ -380,7 +380,7 @@ jobs: if: github.event_name == 'release' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get release info id: release @@ -505,7 +505,7 @@ jobs: cat nginx-ui.rb - name: Checkout homebrew-tools repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 0xJacky/homebrew-tools path: homebrew-tools @@ -560,7 +560,7 @@ jobs: if: github.event_name == 'release' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Publish to WinGet uses: vedantmgoyal9/winget-releaser@v2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0f6069a4f..b7330888a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,7 +62,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/documents.yml b/.github/workflows/documents.yml index eead0402f..9251588be 100644 --- a/.github/workflows/documents.yml +++ b/.github/workflows/documents.yml @@ -35,7 +35,7 @@ jobs: runs-on: macos-14 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up nodejs uses: actions/setup-node@v4 diff --git a/.github/workflows/sync-main-on-release.yml b/.github/workflows/sync-main-on-release.yml index 9d0b05d73..7f3b73fe8 100644 --- a/.github/workflows/sync-main-on-release.yml +++ b/.github/workflows/sync-main-on-release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: dev diff --git a/.github/workflows/weblate-pull.yml b/.github/workflows/weblate-pull.yml index a115f81be..ec415f572 100644 --- a/.github/workflows/weblate-pull.yml +++ b/.github/workflows/weblate-pull.yml @@ -16,7 +16,7 @@ jobs: if: github.event.pull_request.merged == true || github.event.action == 'published' || github.event_name == 'workflow_dispatch' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python uses: actions/setup-python@v5 diff --git a/.github/workflows/weblate-sync.yml b/.github/workflows/weblate-sync.yml index e89a38e38..19bf91d3f 100644 --- a/.github/workflows/weblate-sync.yml +++ b/.github/workflows/weblate-sync.yml @@ -18,7 +18,7 @@ jobs: ahead: ${{ steps.check.outputs.ahead }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.DEVELOP_BRANCH }} clean: false @@ -46,7 +46,7 @@ jobs: WEBLATE_TOKEN: ${{ secrets.WEBLATE_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup python uses: actions/setup-python@v5 @@ -69,7 +69,7 @@ jobs: if: ${{ needs.check.outputs.ahead > 0 || needs.check.outputs.behind > 0 && always() }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.DEVELOP_BRANCH }} fetch-depth: 0