Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reuse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
shell: bash

- name: Restore Cache
uses: actions/cache/restore@v5.0.1
uses: actions/cache/restore@v5.0.2
id: cache-venv
with:
path: reuse-tool-venv
Expand Down Expand Up @@ -114,7 +114,7 @@ runs:
USE_POETRY_VERSION: ${{ inputs.poetry-version }}

- name: Save Cache
uses: actions/cache/save@v5.0.1
uses: actions/cache/save@v5.0.2
with:
path: reuse-tool-venv
key: ${{ steps.cache-venv.outputs.cache-primary-key }}
Expand Down