From b10e12d29c611cd52eea2c73255a9d8e7c5773e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:25:30 +0000 Subject: [PATCH] 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/check_links.yaml | 2 +- .github/workflows/check_repos_soarpkgs.yaml | 2 +- .github/workflows/check_versions_soarpkgs.yaml | 2 +- .github/workflows/deploy_cloudflare.yaml | 2 +- .github/workflows/generate.yaml | 4 ++-- .github/workflows/healthchecks_housekeeping.yaml | 2 +- .github/workflows/reset_commits.yaml | 2 +- .github/workflows/sync_keys.yaml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index af5b5d62..60e75cda 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -13,7 +13,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: path: main filter: "blob:none" diff --git a/.github/workflows/check_repos_soarpkgs.yaml b/.github/workflows/check_repos_soarpkgs.yaml index 24ac2fea..2c3c6af0 100644 --- a/.github/workflows/check_repos_soarpkgs.yaml +++ b/.github/workflows/check_repos_soarpkgs.yaml @@ -13,7 +13,7 @@ jobs: contents: write issues: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: path: main filter: "blob:none" diff --git a/.github/workflows/check_versions_soarpkgs.yaml b/.github/workflows/check_versions_soarpkgs.yaml index dd5c8ea2..2893a751 100644 --- a/.github/workflows/check_versions_soarpkgs.yaml +++ b/.github/workflows/check_versions_soarpkgs.yaml @@ -12,7 +12,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: path: main filter: "blob:none" diff --git a/.github/workflows/deploy_cloudflare.yaml b/.github/workflows/deploy_cloudflare.yaml index 766143f5..ac7b1227 100644 --- a/.github/workflows/deploy_cloudflare.yaml +++ b/.github/workflows/deploy_cloudflare.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: "main" fetch-depth: "1" diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 333d9238..736e203a 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -114,7 +114,7 @@ jobs: file: "/tmp/BACKAGE.json" steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main fetch-depth: "1" @@ -325,7 +325,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main filter: "blob:none" diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index 6d0889e8..3963aabb 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -22,7 +22,7 @@ jobs: issues: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main filter: "blob:none" diff --git a/.github/workflows/reset_commits.yaml b/.github/workflows/reset_commits.yaml index 9900af43..3f60218a 100644 --- a/.github/workflows/reset_commits.yaml +++ b/.github/workflows/reset_commits.yaml @@ -18,7 +18,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main fetch-depth: "1" diff --git a/.github/workflows/sync_keys.yaml b/.github/workflows/sync_keys.yaml index 177e8ace..d24ee392 100644 --- a/.github/workflows/sync_keys.yaml +++ b/.github/workflows/sync_keys.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main fetch-depth: "1"