We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ebd8 commit 0fcde2bCopy full SHA for 0fcde2b
.github/workflows/codecov.yml
@@ -23,7 +23,7 @@ jobs:
23
PYTHON_VERSION: ${{ matrix.python-version }}
24
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
28
- name: Setup Python environment
29
uses: ./.github/actions/setup-python
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
id-token: write
13
contents: write
14
15
16
17
18
.github/workflows/ruff.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Ruff Lint
runs-on: ubuntu-latest
- name: Run Ruff Lint
uses: chartboost/ruff-action@v1
0 commit comments