CI: Update actions

This commit is contained in:
Robert Haschke 2024-09-02 09:25:12 +02:00
parent fdc06c3b91
commit 237a07f96f
2 changed files with 3 additions and 4 deletions

View File

@ -56,15 +56,14 @@ jobs:
submodules: recursive
- name: Cache ccache
uses: rhaschke/cache@main
uses: actions/cache@v4
with:
save-always: true
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
restore-keys: |
ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}
ccache-${{ env.CACHE_PREFIX }}
env:
GHA_CACHE_SAVE: always
- id: ici
name: Run industrial_ci

View File

@ -29,7 +29,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
args: ["--line-length", "100"]