We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e02bc09 + 606a72e commit fdbf1b4Copy full SHA for fdbf1b4
.github/workflows/pre-commit.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: "3.11"
20
- name: Get python version
21
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
22
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
23
with:
24
path: ~/.cache/pre-commit
25
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
session_redis/__manifest__.py
@@ -10,6 +10,10 @@
10
"license": "AGPL-3",
11
"category": "Extra Tools",
12
"depends": ["base"],
13
+ "excludes": [
14
+ # OCA/server-auth
15
+ "auth_session_timeout",
16
+ ],
17
"external_dependencies": {
18
"python": ["redis"],
},
0 commit comments