From 690824aa8727ac85fe70ce799b5c70d5c7565ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:01:36 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/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) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docs.yml | 6 +++--- .github/workflows/run-tests.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 2ed2b852..4e7143dd 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -44,7 +44,7 @@ jobs: shell: bash - name: Restore LFS cache (private repository) - uses: actions/cache@v4 + uses: actions/cache@v5 id: lfs-cache with: path: ./traffic_data/.git/lfs @@ -59,7 +59,7 @@ jobs: shell: bash - name: Cache folder for traffic - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-folder with: path: | @@ -67,7 +67,7 @@ jobs: key: traffic-${{ hashFiles('uv.lock') }} - name: Cache folder for documentation - uses: actions/cache@v4 + uses: actions/cache@v5 id: docs-folder with: path: | diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2bd69463..45b7ec2b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -64,7 +64,7 @@ jobs: python-version: 3.12 - name: Cache folder for traffic - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-folder with: path: | @@ -114,7 +114,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache folder for traffic - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-folder with: path: | @@ -188,7 +188,7 @@ jobs: shell: bash - name: Restore LFS cache (private repository) - uses: actions/cache@v4 + uses: actions/cache@v5 id: lfs-cache with: path: ./traffic_data/.git/lfs @@ -203,7 +203,7 @@ jobs: shell: bash - name: Cache folder for traffic - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-folder with: path: |