From f856c741a993501580461bc199899c4666894e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:07:05 +0000 Subject: [PATCH] ci/cd(deps): bump actions/checkout from 3 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/cd.docker.yml | 4 ++-- .github/workflows/cd.docs.yml | 4 ++-- .github/workflows/cd.preview.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .github/workflows/cleanup.caches.yml | 2 +- .github/workflows/cleanup.preview.yml | 4 ++-- .github/workflows/cleanup.runs.yml | 2 +- .github/workflows/cleanup.stale.yml | 2 +- .github/workflows/warmup.caches.yml | 6 +++--- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/cd.docker.yml b/.github/workflows/cd.docker.yml index f20f8580..ae427dd8 100644 --- a/.github/workflows/cd.docker.yml +++ b/.github/workflows/cd.docker.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -85,7 +85,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cd.docs.yml b/.github/workflows/cd.docs.yml index c3c0da24..12cf9cdd 100644 --- a/.github/workflows/cd.docs.yml +++ b/.github/workflows/cd.docs.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cd.preview.yml b/.github/workflows/cd.preview.yml index 4ed9cdd7..1a508db3 100644 --- a/.github/workflows/cd.preview.yml +++ b/.github/workflows/cd.preview.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8897d0c8..3822fa50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: # first bulk - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -84,7 +84,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.caches.yml b/.github/workflows/cleanup.caches.yml index a353532b..c26fec9d 100644 --- a/.github/workflows/cleanup.caches.yml +++ b/.github/workflows/cleanup.caches.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.preview.yml b/.github/workflows/cleanup.preview.yml index dda553e6..7b5d1dab 100644 --- a/.github/workflows/cleanup.preview.yml +++ b/.github/workflows/cleanup.preview.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.runs.yml b/.github/workflows/cleanup.runs.yml index 72cdd65f..c5baedff 100644 --- a/.github/workflows/cleanup.runs.yml +++ b/.github/workflows/cleanup.runs.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/cleanup.stale.yml b/.github/workflows/cleanup.stale.yml index 5e84291c..ec618dab 100644 --- a/.github/workflows/cleanup.stale.yml +++ b/.github/workflows/cleanup.stale.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index e3ccb2b3..28a2335a 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Node.js environment uses: actions/setup-node@v3 @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Send notification