There was an error while loading. Please reload this page.
2 parents 171a1bb + 6d09afb commit b4167aeCopy full SHA for b4167ae
2 files changed
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v4
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
- name: Set up Python ${{ matrix.python-version }}
22
uses: actions/setup-python@v6
@@ -40,7 +40,7 @@ jobs:
40
MPLBACKEND: agg
41
42
- name: Upload coverage to Codecov
43
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
44
with:
45
token: ${{ secrets.CODECOV_TOKEN }}
46
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
- name: Set up Python 3.10
59
0 commit comments