From 4baeb648962168984abb9b353f1f3b1cfb17b544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:12:33 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [actions/cache](https://github.com/actions/cache), [robinraju/release-downloader](https://github.com/robinraju/release-downloader) and [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install). Updates `actions/cache` from 3 to 4 - [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/v3...v4) Updates `robinraju/release-downloader` from 1.8 to 1.9 - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.8...v1.9) Updates `baptiste0928/cargo-install` from 2 to 3 - [Release notes](https://github.com/baptiste0928/cargo-install/releases) - [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md) - [Commits](https://github.com/baptiste0928/cargo-install/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/percentage_done.yml | 2 +- .github/workflows/run.yml | 4 ++-- .github/workflows/stats.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3e6fd6b9..4a1b849c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} diff --git a/.github/workflows/percentage_done.yml b/.github/workflows/percentage_done.yml index 97ac5caf..7ddec8ec 100644 --- a/.github/workflows/percentage_done.yml +++ b/.github/workflows/percentage_done.yml @@ -15,7 +15,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - - uses: robinraju/release-downloader@v1.8 + - uses: robinraju/release-downloader@v1.9 with: repository: "pypi-data/toolchain" fileName: "pypi-data-toolchain.tar.gz" diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index d19d1580..14cfcfd2 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -30,7 +30,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} @@ -134,7 +134,7 @@ jobs: override: true - name: Install parquet cli from crates.io - uses: baptiste0928/cargo-install@v2 + uses: baptiste0928/cargo-install@v3 with: crate: parquet features: cli diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 3a27532e..1afc8b0a 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -40,7 +40,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}