From a66a216f762cfe6605494204c2aaf77f18952d8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:43:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build.yml | 14 +++++++------- .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, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 880ed5546..4b6bd14e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up nodejs uses: actions/setup-node@v6 @@ -151,7 +151,7 @@ jobs: GOARM: ${{ matrix.goarm }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v6 @@ -317,7 +317,7 @@ jobs: GOARCH: ${{ matrix.goarch }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v6 @@ -405,7 +405,7 @@ jobs: PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/arm/v5 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Docker meta id: meta @@ -476,7 +476,7 @@ jobs: if: github.event_name == 'release' steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get release info id: release @@ -601,7 +601,7 @@ jobs: cat nginx-ui.rb - name: Checkout homebrew-tools repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: 0xJacky/homebrew-tools path: homebrew-tools @@ -656,7 +656,7 @@ jobs: if: github.event_name == 'release' steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Publish to WinGet uses: vedantmgoyal9/winget-releaser@v2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 057d9df5d..af4eb41a9 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@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/documents.yml b/.github/workflows/documents.yml index 3be9f32ca..441200ef6 100644 --- a/.github/workflows/documents.yml +++ b/.github/workflows/documents.yml @@ -35,7 +35,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up nodejs uses: actions/setup-node@v6 diff --git a/.github/workflows/sync-main-on-release.yml b/.github/workflows/sync-main-on-release.yml index 7f3b73fe8..af47e91ee 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: dev diff --git a/.github/workflows/weblate-pull.yml b/.github/workflows/weblate-pull.yml index b3144dc17..a27710c22 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@v5 + uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v6 diff --git a/.github/workflows/weblate-sync.yml b/.github/workflows/weblate-sync.yml index 5072e298b..b53c9b7dd 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@v5 + uses: actions/checkout@v6 with: ref: ${{ env.DEVELOP_BRANCH }} clean: false @@ -46,7 +46,7 @@ jobs: WEBLATE_TOKEN: ${{ secrets.WEBLATE_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup python uses: actions/setup-python@v6 @@ -69,7 +69,7 @@ jobs: if: ${{ needs.check.outputs.ahead > 0 || needs.check.outputs.behind > 0 && always() }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ env.DEVELOP_BRANCH }} fetch-depth: 0