From 037793894a471559c80335d53097eebc086bac06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:04:37 +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/pull_request.yml | 6 +++--- .github/workflows/weekly.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2a30594c0e6..ad21039d0fd 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -32,7 +32,7 @@ jobs: run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Restore uv cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.uv-cache key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -41,7 +41,7 @@ jobs: uv-${{ runner.os }} - name: Restore Jira Status Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: # If the path is changed in the validator or jira.yaml.template, it should be changed here too path: jira_status_cache.json @@ -99,7 +99,7 @@ jobs: - name: Save Jira Status Cache if: always() - uses: actions/cache@v4 + uses: actions/cache@v5 with: # If the path is changed in the validator or jira.yaml.template, it should be changed here too path: jira_status_cache.json diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 5c49a41e214..9e8fefd1600 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -31,7 +31,7 @@ jobs: run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Restore uv cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.uv-cache key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }} @@ -40,7 +40,7 @@ jobs: uv-${{ runner.os }} - name: Restore Jira Status Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: # If the path is changed in the validator or jira.yaml.template, it should be changed here too path: jira_status_cache.json @@ -99,7 +99,7 @@ jobs: - name: Save Jira Status Cache if: always() - uses: actions/cache@v4 + uses: actions/cache@v5 with: # If the path is changed in the validator or jira.yaml.template, it should be changed here too path: jira_status_cache.json