We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f26f445 + 4ed7ef7 commit 7fc3886Copy full SHA for 7fc3886
3 files changed
.github/workflows/cmake_ubuntu.yml
@@ -53,4 +53,4 @@ jobs:
53
run: ctest --test-dir build/${{env.BUILD_TYPE}}
54
55
- name: Upload coverage reports to Codecov
56
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
.github/workflows/pixi.yaml
@@ -19,6 +19,7 @@ jobs:
19
# Pixi is the tool used to create/manage conda environment
20
- uses: actions/checkout@v6
21
- uses: prefix-dev/setup-pixi@v0.8.1
22
+ - uses: prefix-dev/setup-pixi@v0.9.3
23
with:
24
pixi-version: v0.40.3
25
- name: Build
.github/workflows/pre-commit.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
15
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
16
- uses: pre-commit/action@v3.0.1
17
18
clang-tidy:
0 commit comments