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"