Skip to content

Commit 05b1c29

Browse files
feat(github-action)!: Update actions/cache action to v5
1 parent e27c864 commit 05b1c29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737

3838
- name: Cache homebrew packages
3939
if: ${{ github.event_name == 'pull_request' }}
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
id: cache-homebrew-packages
4242
with:
4343
key: homebrew-${{ runner.os }}-${{ steps.setup-homebrew.outputs.gems-hash }}-${{ hashFiles('.taskfiles/Workstation/Brewfile') }}
4444
path: /home/linuxbrew/.linuxbrew
4545

4646
- name: Cache venv
4747
if: ${{ github.event_name == 'pull_request' }}
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements.txt', 'requirements.yaml') }}
5151
path: .venv

0 commit comments

Comments
 (0)