We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27c864 commit 05b1c29Copy full SHA for 05b1c29
1 file changed
.github/workflows/e2e.yaml
@@ -37,15 +37,15 @@ jobs:
37
38
- name: Cache homebrew packages
39
if: ${{ github.event_name == 'pull_request' }}
40
- uses: actions/cache@v4
+ uses: actions/cache@v5
41
id: cache-homebrew-packages
42
with:
43
key: homebrew-${{ runner.os }}-${{ steps.setup-homebrew.outputs.gems-hash }}-${{ hashFiles('.taskfiles/Workstation/Brewfile') }}
44
path: /home/linuxbrew/.linuxbrew
45
46
- name: Cache venv
47
48
49
50
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements.txt', 'requirements.yaml') }}
51
path: .venv
0 commit comments