From b7914303895c93ad198e101f31ca7bdfb1eea146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:41:52 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) and [robinraju/release-downloader](https://github.com/robinraju/release-downloader). Updates `actions/checkout` from 4 to 5 - [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...v5) Updates `mozilla-actions/sccache-action` from 0.0.8 to 0.0.9 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.8...v0.0.9) Updates `robinraju/release-downloader` from 1.11 to 1.12 - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.11...v1.12) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: robinraju/release-downloader dependency-version: '1.12' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/trigger.yml | 2 +- .github/workflows/update-data.yml | 2 +- .github/workflows/update.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e9adfe..773292e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,14 +23,14 @@ jobs: - name: Get CPU info run: cat /proc/cpuinfo - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: cache-on-failure: 'false' - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Build optimized release if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml index 43df781..7f5090b 100644 --- a/.github/workflows/trigger.yml +++ b/.github/workflows/trigger.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'pypi-data/internal-toolchain' steps: - - uses: robinraju/release-downloader@v1.11 + - uses: robinraju/release-downloader@v1.12 with: repository: "pypi-data/toolchain" fileName: "pypi-data-toolchain.tar.gz" diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 833d4e9..d935880 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'pypi-data/internal-toolchain' steps: - - uses: robinraju/release-downloader@v1.11 + - uses: robinraju/release-downloader@v1.12 with: repository: "pypi-data/toolchain" fileName: "pypi-data-toolchain.tar.gz" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 011c349..cf91f7b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'pypi-data/internal-toolchain' steps: - - uses: robinraju/release-downloader@v1.11 + - uses: robinraju/release-downloader@v1.12 with: repository: "pypi-data/pypi-json-data" fileName: "pypi-data.sqlite.gz" @@ -30,7 +30,7 @@ jobs: shell: bash run: gzip -d ${{ github.workspace }}/data/pypi-data.sqlite.gz - - uses: robinraju/release-downloader@v1.11 + - uses: robinraju/release-downloader@v1.12 with: repository: "pypi-data/toolchain" fileName: "pypi-data-toolchain.tar.gz"