We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a54377a + 6bba570 commit 96567bbCopy full SHA for 96567bb
.github/workflows/app-tests.yaml
100755
100644
@@ -81,7 +81,7 @@ jobs:
81
npm install
82
npm run build
83
- name: cache mypy
84
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
85
with:
86
path: ./.mypy_cache
87
key: mypy${{ matrix.os }}-${{ matrix.python_version }}-${{ hashFiles('requirements-dev.txt', 'src/backend/requirements.txt', 'src/backend/pyproject.toml') }}
0 commit comments