From 0eecda923f7258a2f29c916c61b9772da57c6344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:32:39 +0000 Subject: [PATCH 1/2] :arrow_up: Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/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) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2243980..ee00ab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ env.python_version}} - uses: FranzDiebold/github-env-vars-action@v2 - name: Load Python Dependencies from cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.python_cache_ubuntu_path }} key: linux-pip-3-continuous-delivery-scripts @@ -70,7 +70,7 @@ jobs: # python -m pipenv requirements > dev-requirements.txt # - uses: FranzDiebold/github-env-vars-action@v2 # - name: Load Python Dependencies from cache - # uses: actions/cache@v5 + # uses: actions/cache@v6 # with: # path: ${{ env.python_cache_ubuntu_path }} # key: linux-pip-3-continuous-delivery-scripts @@ -112,7 +112,7 @@ jobs: python -m pipenv requirements > dev-requirements.txt - uses: FranzDiebold/github-env-vars-action@v2 - name: Load Python Dependencies from cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.python_cache_ubuntu_path }} key: linux-pip-3-continuous-delivery-scripts @@ -181,7 +181,7 @@ jobs: python -m pipenv requirements > dev-requirements.txt - uses: FranzDiebold/github-env-vars-action@v2 - name: Load Python Dependencies from cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.python_cache_ubuntu_path }} key: linux-pip-3-continuous-delivery-scripts @@ -274,7 +274,7 @@ jobs: echo "Path to dependency cache: [${{ env.CACHE_PATH }}]" - name: Load Python Dependencies from cache if: ${{ ! startsWith(matrix.os, 'windows') }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.CACHE_PATH }} key: ${{ matrix.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/dev-requirements.txt') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7b68bf..7315440 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: python -m pipenv requirements > dev-requirements.txt - uses: FranzDiebold/github-env-vars-action@v2 - name: Load Python Dependencies from cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: linux-pip-3-continuous-delivery-scripts From b198f36148f6ca9ec0f74011ac06ae86cc4bd56c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Wed, 24 Jun 2026 06:33:02 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news/20260624063302.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/20260624063302.bugfix diff --git a/news/20260624063302.bugfix b/news/20260624063302.bugfix new file mode 100644 index 0000000..ca98339 --- /dev/null +++ b/news/20260624063302.bugfix @@ -0,0 +1 @@ +Dependency upgrade: cache-6