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