Skip to content

Commit 237a07f

Browse files
committed
CI: Update actions
1 parent fdc06c3 commit 237a07f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,14 @@ jobs:
5656
submodules: recursive
5757

5858
- name: Cache ccache
59-
uses: rhaschke/cache@main
59+
uses: actions/cache@v4
6060
with:
61+
save-always: true
6162
path: ${{ env.CCACHE_DIR }}
6263
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
6364
restore-keys: |
6465
ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}
6566
ccache-${{ env.CACHE_PREFIX }}
66-
env:
67-
GHA_CACHE_SAVE: always
6867
6968
- id: ici
7069
name: Run industrial_ci

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/psf/black
32-
rev: 24.4.2
32+
rev: 24.8.0
3333
hooks:
3434
- id: black
3535
args: ["--line-length", "100"]

0 commit comments

Comments
 (0)