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 0b501b0 commit deb8be9Copy full SHA for deb8be9
2 files changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
id-token: write
13
contents: 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
@@ -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