From 8441623163f350f6cf538891feaae27826b071af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:18:37 +0000 Subject: [PATCH] build(deps): bump the action-updates group with 3 updates Bumps the action-updates group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) Updates `peter-evans/repository-dispatch` from 3 to 4 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates - dependency-name: peter-evans/repository-dispatch dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/01.1.agentic_cron.yml | 8 ++++---- .github/workflows/01.2.agentic_backup.yml | 2 +- .github/workflows/02.1.intelligent_link_cleaner.yml | 4 ++-- .github/workflows/02.2.agentic_v2_health.yml | 6 +++--- .github/workflows/03.1.agentic_v2_metadata.yml | 6 +++--- .github/workflows/03.2.agentic_v2_ai.yml | 6 +++--- .github/workflows/03.3.agentic_v2_videos.yml | 6 +++--- .github/workflows/04.1.agentic_v2_publish.yml | 6 +++--- .github/workflows/04.2.agentic_v2_pr_only.yml | 4 ++-- .github/workflows/05.1.readme_sync.yml | 2 +- .github/workflows/06.deploy_final.yml | 2 +- .github/workflows/07.1.pr_guardian.yml | 2 +- .github/workflows/07.2.markdown_linter.yml | 2 +- .github/workflows/08.1.cleanup_merged_branches.yml | 2 +- .github/workflows/08.2.critical_asset_monitor.yml | 2 +- .github/workflows/09.weekly_digest.yml | 4 ++-- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/01.1.agentic_cron.yml b/.github/workflows/01.1.agentic_cron.yml index 98e659c8..f737fd4c 100644 --- a/.github/workflows/01.1.agentic_cron.yml +++ b/.github/workflows/01.1.agentic_cron.yml @@ -85,7 +85,7 @@ jobs: # This job can now be triggered from any branch but will always checkout 'develop' steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop @@ -101,7 +101,7 @@ jobs: pip install --no-cache-dir pydantic PyGithub aiohttp beautifulsoup4 httpx fake-useragent pytz python-dotenv twikit>=2.1.2 playwright playwright-stealth pyyaml tenacity feedparser - name: Cache Playwright Binaries - uses: actions/cache@v5 + uses: actions/cache@v6 id: playwright-cache with: path: ~/.cache/ms-playwright @@ -112,7 +112,7 @@ jobs: run: playwright install chromium --with-deps - name: Restore Incremental Inventory Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: data/inventory.yaml key: inventory-curation-${{ github.run_id }}-${{ github.run_attempt }} @@ -223,7 +223,7 @@ jobs: - name: Persist Incremental Inventory to Cache if: always() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: data/inventory.yaml key: inventory-curation-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/01.2.agentic_backup.yml b/.github/workflows/01.2.agentic_backup.yml index 20443439..1ff186e9 100644 --- a/.github/workflows/01.2.agentic_backup.yml +++ b/.github/workflows/01.2.agentic_backup.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Python 3.11 Environment Provisioning uses: actions/setup-python@v6 diff --git a/.github/workflows/02.1.intelligent_link_cleaner.yml b/.github/workflows/02.1.intelligent_link_cleaner.yml index 3cb6a511..638834f5 100644 --- a/.github/workflows/02.1.intelligent_link_cleaner.yml +++ b/.github/workflows/02.1.intelligent_link_cleaner.yml @@ -25,7 +25,7 @@ jobs: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop @@ -41,7 +41,7 @@ jobs: pip install --no-cache-dir pydantic PyGithub aiohttp beautifulsoup4 httpx fake-useragent pytz python-dotenv playwright PyYAML tenacity - name: Cache Playwright Binaries - uses: actions/cache@v5 + uses: actions/cache@v6 id: playwright-cache with: path: ~/.cache/ms-playwright diff --git a/.github/workflows/02.2.agentic_v2_health.yml b/.github/workflows/02.2.agentic_v2_health.yml index ee11598a..0f5613b3 100644 --- a/.github/workflows/02.2.agentic_v2_health.yml +++ b/.github/workflows/02.2.agentic_v2_health.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop @@ -38,7 +38,7 @@ jobs: - name: Restore Incremental Inventory Cache if: ${{ github.event.inputs.restore_cache == 'true' }} - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} @@ -68,7 +68,7 @@ jobs: - name: Persist Incremental Inventory to Cache if: always() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/03.1.agentic_v2_metadata.yml b/.github/workflows/03.1.agentic_v2_metadata.yml index 03e04e5f..45e26241 100644 --- a/.github/workflows/03.1.agentic_v2_metadata.yml +++ b/.github/workflows/03.1.agentic_v2_metadata.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop @@ -38,7 +38,7 @@ jobs: - name: Restore Incremental Inventory Cache if: ${{ github.event.inputs.restore_cache == 'true' }} - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} @@ -76,7 +76,7 @@ jobs: - name: Persist Incremental Inventory to Cache if: always() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/03.2.agentic_v2_ai.yml b/.github/workflows/03.2.agentic_v2_ai.yml index 6e65b1ce..92c9ca05 100644 --- a/.github/workflows/03.2.agentic_v2_ai.yml +++ b/.github/workflows/03.2.agentic_v2_ai.yml @@ -38,7 +38,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop @@ -50,7 +50,7 @@ jobs: - name: Restore Incremental Inventory Cache if: ${{ github.event.inputs.restore_cache == 'true' }} - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} @@ -90,7 +90,7 @@ jobs: - name: Persist Incremental Inventory to Cache if: always() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/03.3.agentic_v2_videos.yml b/.github/workflows/03.3.agentic_v2_videos.yml index e0dfcb7e..9e8365cd 100644 --- a/.github/workflows/03.3.agentic_v2_videos.yml +++ b/.github/workflows/03.3.agentic_v2_videos.yml @@ -43,7 +43,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop @@ -55,7 +55,7 @@ jobs: - name: Restore Incremental Inventory Cache if: ${{ github.event.inputs.restore_cache == 'true' }} - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} @@ -100,7 +100,7 @@ jobs: - name: Persist Incremental Inventory Cache if: always() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/04.1.agentic_v2_publish.yml b/.github/workflows/04.1.agentic_v2_publish.yml index 956a8d17..5d9b59ed 100644 --- a/.github/workflows/04.1.agentic_v2_publish.yml +++ b/.github/workflows/04.1.agentic_v2_publish.yml @@ -37,7 +37,7 @@ jobs: (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: - name: Restore Incremental Inventory Cache if: ${{ github.event.inputs.restore_cache == 'true' }} - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} @@ -200,7 +200,7 @@ jobs: - name: Persist Incremental Inventory to Cache if: always() - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/04.2.agentic_v2_pr_only.yml b/.github/workflows/04.2.agentic_v2_pr_only.yml index d83d9022..3acba52e 100644 --- a/.github/workflows/04.2.agentic_v2_pr_only.yml +++ b/.github/workflows/04.2.agentic_v2_pr_only.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: - name: Restore Incremental Inventory Cache (Mandate 22) if: ${{ github.event.inputs.restore_cache == 'true' }} - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: data/inventory.yaml key: inventory-v2-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/05.1.readme_sync.yml b/.github/workflows/05.1.readme_sync.yml index dd5b3cc1..d0e17ce5 100644 --- a/.github/workflows/05.1.readme_sync.yml +++ b/.github/workflows/05.1.readme_sync.yml @@ -30,7 +30,7 @@ jobs: ) steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Full history for commit stats diff --git a/.github/workflows/06.deploy_final.yml b/.github/workflows/06.deploy_final.yml index 0cb0867b..89b8993e 100644 --- a/.github/workflows/06.deploy_final.yml +++ b/.github/workflows/06.deploy_final.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout master - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true # Full history so mkdocs-git-revision-date-localized can compute the diff --git a/.github/workflows/07.1.pr_guardian.yml b/.github/workflows/07.1.pr_guardian.yml index 5d2624af..9974c2a0 100644 --- a/.github/workflows/07.1.pr_guardian.yml +++ b/.github/workflows/07.1.pr_guardian.yml @@ -23,7 +23,7 @@ jobs: pull-requests: write steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.ref || github.ref }} repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} diff --git a/.github/workflows/07.2.markdown_linter.yml b/.github/workflows/07.2.markdown_linter.yml index 92078c8c..bb8c67ea 100644 --- a/.github/workflows/07.2.markdown_linter.yml +++ b/.github/workflows/07.2.markdown_linter.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/08.1.cleanup_merged_branches.yml b/.github/workflows/08.1.cleanup_merged_branches.yml index 77c87598..59c7e448 100644 --- a/.github/workflows/08.1.cleanup_merged_branches.yml +++ b/.github/workflows/08.1.cleanup_merged_branches.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop # Operamos sobre develop para usar la lógica de limpieza más reciente fetch-depth: 0 diff --git a/.github/workflows/08.2.critical_asset_monitor.yml b/.github/workflows/08.2.critical_asset_monitor.yml index f196d1f5..215178d0 100644 --- a/.github/workflows/08.2.critical_asset_monitor.yml +++ b/.github/workflows/08.2.critical_asset_monitor.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop diff --git a/.github/workflows/09.weekly_digest.yml b/.github/workflows/09.weekly_digest.yml index ed2b307b..49c53ae4 100644 --- a/.github/workflows/09.weekly_digest.yml +++ b/.github/workflows/09.weekly_digest.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Synchronization - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: fi - name: Trigger V2 Publisher - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.GITHUB_TOKEN }} event-type: weekly-digest-ready