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 beb88b0 commit 070ce1cCopy full SHA for 070ce1c
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
contents: write
13
id-token: write
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
17
- name: Setup Python environment
18
uses: ./.github/actions/setup-python
.github/workflows/ruff.yml
@@ -16,7 +16,7 @@ jobs:
name: Ruff Lint
runs-on: ubuntu-latest
19
20
21
- name: Run Ruff Lint
22
uses: chartboost/ruff-action@v1
0 commit comments