From 7253b849d5ff0087ff28f00ee9917584eace8ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:54:42 +0000 Subject: [PATCH] build(deps): bump the action-updates group with 5 updates Bumps the action-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6` | `8` | Updates `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) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/cache` from 4 to 5 - [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/v4...v5) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `peter-evans/create-pull-request` from 6 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/agentic_backup.yml | 4 ++-- .github/workflows/agentic_cron.yml | 8 ++++---- .github/workflows/agentic_v2_builder.yml | 6 +++--- .github/workflows/cleanup_merged_branches.yml | 2 +- .github/workflows/critical_asset_monitor.yml | 4 ++-- .github/workflows/intelligent_link_cleaner.yml | 6 +++--- .github/workflows/main.yml | 4 ++-- .github/workflows/readme_sync.yml | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/agentic_backup.yml b/.github/workflows/agentic_backup.yml index 08af5c22..c4e02b29 100644 --- a/.github/workflows/agentic_backup.yml +++ b/.github/workflows/agentic_backup.yml @@ -22,10 +22,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Synchronization - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Python 3.11 Environment Provisioning - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/agentic_cron.yml b/.github/workflows/agentic_cron.yml index 0dd12be3..de1aa613 100644 --- a/.github/workflows/agentic_cron.yml +++ b/.github/workflows/agentic_cron.yml @@ -89,12 +89,12 @@ jobs: # This job can now be triggered from any branch but will always checkout 'develop' steps: - name: Repository Synchronization - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: develop - name: Python 3.11 Environment Provisioning - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' @@ -104,7 +104,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 - name: Cache Playwright Binaries - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: ~/.cache/ms-playwright @@ -160,7 +160,7 @@ jobs: - name: Upload Visual Dashboard Artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: curation-visual-report path: report.html diff --git a/.github/workflows/agentic_v2_builder.yml b/.github/workflows/agentic_v2_builder.yml index 77d16fef..12f481c7 100644 --- a/.github/workflows/agentic_v2_builder.yml +++ b/.github/workflows/agentic_v2_builder.yml @@ -38,13 +38,13 @@ jobs: !contains(github.event.head_commit.message, 'bot/v2-elite-sync')) steps: - name: Repository Synchronization - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: develop fetch-depth: 0 - name: Python 3.11 Environment Provisioning - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' @@ -78,7 +78,7 @@ jobs: - name: Create Pull Request for V2 Elite Update id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: branch: bot/v2-elite-sync base: develop diff --git a/.github/workflows/cleanup_merged_branches.yml b/.github/workflows/cleanup_merged_branches.yml index 405e1dfc..22bbaab0 100644 --- a/.github/workflows/cleanup_merged_branches.yml +++ b/.github/workflows/cleanup_merged_branches.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: develop # Operamos sobre develop para usar la lógica de limpieza más reciente fetch-depth: 0 diff --git a/.github/workflows/critical_asset_monitor.yml b/.github/workflows/critical_asset_monitor.yml index 3aff4987..fe874c15 100644 --- a/.github/workflows/critical_asset_monitor.yml +++ b/.github/workflows/critical_asset_monitor.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Repository Synchronization - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: develop - name: Python Environment Provisioning - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/intelligent_link_cleaner.yml b/.github/workflows/intelligent_link_cleaner.yml index 4200f742..56f0bddc 100644 --- a/.github/workflows/intelligent_link_cleaner.yml +++ b/.github/workflows/intelligent_link_cleaner.yml @@ -26,12 +26,12 @@ jobs: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true steps: - name: Repository Synchronization - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: develop - name: Python 3.11 Environment Provisioning - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' @@ -41,7 +41,7 @@ jobs: pip install --no-cache-dir pydantic PyGithub aiohttp beautifulsoup4 httpx fake-useragent pytz python-dotenv playwright PyYAML - name: Cache Playwright Binaries - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: ~/.cache/ms-playwright diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d8d2393..e44e76dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout master - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/readme_sync.yml b/.github/workflows/readme_sync.yml index fb57cb01..a15b8975 100644 --- a/.github/workflows/readme_sync.yml +++ b/.github/workflows/readme_sync.yml @@ -24,12 +24,12 @@ jobs: !contains(github.event.head_commit.message, 'bot/knowledge-update') steps: - name: Repository Synchronization - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Full history for commit stats - name: Python 3.11 Environment Provisioning - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'