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.
1 parent fdc06c3 commit 237a07fCopy full SHA for 237a07f
.github/workflows/ci.yaml
@@ -56,15 +56,14 @@ jobs:
56
submodules: recursive
57
58
- name: Cache ccache
59
- uses: rhaschke/cache@main
+ uses: actions/cache@v4
60
with:
61
+ save-always: true
62
path: ${{ env.CCACHE_DIR }}
63
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
64
restore-keys: |
65
ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}
66
ccache-${{ env.CACHE_PREFIX }}
- env:
67
- GHA_CACHE_SAVE: always
68
69
- id: ici
70
name: Run industrial_ci
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
- id: trailing-whitespace
30
31
- repo: https://github.com/psf/black
32
- rev: 24.4.2
+ rev: 24.8.0
33
hooks:
34
- id: black
35
args: ["--line-length", "100"]
0 commit comments