From ed2457dd89c2096b939a9ab0d278f7ab9d7b9c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:03:23 +0000 Subject: [PATCH] :arrow_up:upgrade(ci): Bump actions/checkout in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-sync.yml | 2 +- .github/workflows/autoupdate.yml | 2 +- .github/workflows/create-labels.yml | 2 +- .github/workflows/devops-project.yml | 2 +- .github/workflows/fosstars-report.yml | 2 +- .github/workflows/gh-pages.yml | 4 ++-- .github/workflows/pullrequest-linter.yml | 2 +- .github/workflows/pullrequest.yml | 10 +++++----- .github/workflows/push.yml | 2 +- .github/workflows/rebase-issue.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/wiki.yml | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/auto-sync.yml b/.github/workflows/auto-sync.yml index 1dd9936..78333bd 100644 --- a/.github/workflows/auto-sync.yml +++ b/.github/workflows/auto-sync.yml @@ -25,7 +25,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: repository: wr-projects/github-template token: ${{ steps.get_token.outputs.token }} diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 2596fda..ba1db5d 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -40,7 +40,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index 05afb25..7763323 100644 --- a/.github/workflows/create-labels.yml +++ b/.github/workflows/create-labels.yml @@ -40,7 +40,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/devops-project.yml b/.github/workflows/devops-project.yml index 11ebd82..9e924d1 100644 --- a/.github/workflows/devops-project.yml +++ b/.github/workflows/devops-project.yml @@ -41,7 +41,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/fosstars-report.yml b/.github/workflows/fosstars-report.yml index 51fec80..cbeb2ba 100644 --- a/.github/workflows/fosstars-report.yml +++ b/.github/workflows/fosstars-report.yml @@ -49,7 +49,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6471e49..7df54f6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false fetch-depth: 0 @@ -80,7 +80,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/pullrequest-linter.yml b/.github/workflows/pullrequest-linter.yml index fa0e593..a0333b1 100644 --- a/.github/workflows/pullrequest-linter.yml +++ b/.github/workflows/pullrequest-linter.yml @@ -38,7 +38,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 59cd678..c67a129 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -32,7 +32,7 @@ jobs: github.com:443 - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: fetch-depth: 0 @@ -92,7 +92,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false @@ -130,7 +130,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false @@ -167,7 +167,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index fa44632..dad198a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -30,7 +30,7 @@ jobs: github.com:443 - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/rebase-issue.yml b/.github/workflows/rebase-issue.yml index d622a5d..604dcdb 100644 --- a/.github/workflows/rebase-issue.yml +++ b/.github/workflows/rebase-issue.yml @@ -37,7 +37,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 71cf74b..e63202b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -36,7 +36,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 7cd499a..4286335 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -47,7 +47,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.get_token.outputs.token }} persist-credentials: false