We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8204276 + f4c138e commit e429102Copy full SHA for e429102
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/main.yml
@@ -21,7 +21,7 @@ jobs:
21
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
22
23
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
with:
# Fetch tags for setuptools_scm version detection
fetch-depth: 0
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Code coverage
89
if: ${{ matrix.PYTHON_VERSION == '3.14' }}
90
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
91
92
files: coverage.xml
93
0 commit comments