From adba5d27e97a437ae82fd174c07a2d7c2b4f0cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:01:43 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.2.2 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. - [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.2.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-delivery.yml | 12 ++++++------ .github/workflows/lint.yml | 2 +- .github/workflows/release-pr.yml | 2 +- .github/workflows/release-publish.yml | 4 ++-- .github/workflows/release-tag.yml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 6a04744..b723e65 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -15,7 +15,7 @@ jobs: ep4k-lts-changed: ${{ steps.filter.outputs.ep4k-lts-changed }} steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Check for changes uses: dorny/paths-filter@v3.0.2 @@ -37,7 +37,7 @@ jobs: if: needs.change-triage.outputs.ep4k-changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 @@ -66,7 +66,7 @@ jobs: if: needs.change-triage.outputs.ep4k-lts-changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 @@ -96,7 +96,7 @@ jobs: if: needs.change-triage.outputs.pg4k-pgd-changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 @@ -130,7 +130,7 @@ jobs: if: needs.change-triage.outputs.ep4k-changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 @@ -165,7 +165,7 @@ jobs: if: needs.change-triage.outputs.ep4k-lts-changed == 'true' steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a9f130a..c722e78 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index ca28ee8..b706d2cb 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Get tag run: | diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 1835018..5ab8526 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: ref: gh-pages fetch-depth: 0 diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 7a885d7..33aa623 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 - name: Temporarily disable "include administrators" branch protection if: ${{ always() && github.ref == 'refs/heads/main' }}