From f15535605efbe5c3a102b9038624b3691595d694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:09:12 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/handle-create-rc-command.yml | 2 +- .github/workflows/lint-dockerfile.yml | 2 +- .github/workflows/lint-dotenv.yml | 2 +- .github/workflows/lint-github-action.yml | 2 +- .github/workflows/lint-yaml.yml | 2 +- .github/workflows/node.yml | 4 ++-- .github/workflows/package-size.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/sync-labels.yml | 2 +- .github/workflows/todo-to-issue.yml | 2 +- .github/workflows/typos.yml | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 9b526bce..1ce958e1 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -7,7 +7,7 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: target: minor diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index d4eca7d4..5c41c102 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 with: diff --git a/.github/workflows/handle-create-rc-command.yml b/.github/workflows/handle-create-rc-command.yml index e1cc7542..f5d46391 100644 --- a/.github/workflows/handle-create-rc-command.yml +++ b/.github/workflows/handle-create-rc-command.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛬 - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.client_payload.pull_request.head.ref }} - name: Create release candidate 🐣 diff --git a/.github/workflows/lint-dockerfile.yml b/.github/workflows/lint-dockerfile.yml index 6402da29..91e93f41 100644 --- a/.github/workflows/lint-dockerfile.yml +++ b/.github/workflows/lint-dockerfile.yml @@ -8,7 +8,7 @@ jobs: name: Lint dockerfile runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: hadolint/hadolint-action@v3.1.0 id: hadolint with: diff --git a/.github/workflows/lint-dotenv.yml b/.github/workflows/lint-dotenv.yml index 879046a4..bbea8047 100644 --- a/.github/workflows/lint-dotenv.yml +++ b/.github/workflows/lint-dotenv.yml @@ -8,7 +8,7 @@ jobs: name: Lint dotenv runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dotenv run: curl -sSfL https://git.io/JLbXn | sh -s -- -b usr/local/bin v3.3.0 - name: Run dotenv diff --git a/.github/workflows/lint-github-action.yml b/.github/workflows/lint-github-action.yml index c5b93556..94ec8359 100644 --- a/.github/workflows/lint-github-action.yml +++ b/.github/workflows/lint-github-action.yml @@ -7,7 +7,7 @@ jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Download actionlint id: get_actionlint run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.6.26 diff --git a/.github/workflows/lint-yaml.yml b/.github/workflows/lint-yaml.yml index 602b2684..ddb5c0a7 100644 --- a/.github/workflows/lint-yaml.yml +++ b/.github/workflows/lint-yaml.yml @@ -7,7 +7,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install yamllint run: pip install yamllint - name: Lint YAML files diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index efa02df6..18c4ab27 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout 🛬 - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node ⚙️ uses: ./.github/actions/setup-node with: @@ -33,7 +33,7 @@ jobs: name: 'build (20.x)' steps: - name: Checkout 🛬 - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node ⚙️ uses: ./.github/actions/setup-node with: diff --git a/.github/workflows/package-size.yml b/.github/workflows/package-size.yml index ee19b1d6..06c02c52 100644 --- a/.github/workflows/package-size.yml +++ b/.github/workflows/package-size.yml @@ -13,7 +13,7 @@ jobs: outputs: package_size: ${{ steps.package-base.outputs.package_size }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.base_ref }} - name: Get commit short hash @@ -46,7 +46,7 @@ jobs: outputs: package_size: ${{ steps.package-head.outputs.package_size }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} - name: Setup Node ⚙️ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89e09e34..55213ac5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: token: ${{ secrets.PAT_GITHUB_TOKEN }} - name: Checkout 🛬 if: ${{ steps.release.outputs.release_created }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Tag major and minor versions 🏷️ if: ${{ steps.release.outputs.release_created }} run: | diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 0b68523a..e31230ba 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/todo-to-issue.yml b/.github/workflows/todo-to-issue.yml index 6bf1da9e..db9f7b3f 100644 --- a/.github/workflows/todo-to-issue.yml +++ b/.github/workflows/todo-to-issue.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "TODO to Issue" uses: "alstr/todo-to-issue-action@v4" with: diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 1f9f188f..16c88a84 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛬 - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🙊 Run code spell checker to check typos uses: crate-ci/typos@v1.30.2