Skip to content

Commit 7fc3886

Browse files
Merge branch 'master' into dependabot/github_actions/actions/checkout-6
2 parents f26f445 + 4ed7ef7 commit 7fc3886

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cmake_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
run: ctest --test-dir build/${{env.BUILD_TYPE}}
5454

5555
- name: Upload coverage reports to Codecov
56-
uses: codecov/codecov-action@v3
56+
uses: codecov/codecov-action@v5

.github/workflows/pixi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
# Pixi is the tool used to create/manage conda environment
2020
- uses: actions/checkout@v6
2121
- uses: prefix-dev/setup-pixi@v0.8.1
22+
- uses: prefix-dev/setup-pixi@v0.9.3
2223
with:
2324
pixi-version: v0.40.3
2425
- name: Build

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
- uses: pre-commit/action@v3.0.1
1717

1818
clang-tidy:

0 commit comments

Comments
 (0)