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 7bb87b7 commit e7dae1dCopy full SHA for e7dae1d
3 files changed
.github/workflows/release-guild.yml
@@ -9,7 +9,7 @@ jobs:
9
permissions:
10
id-token: write
11
steps:
12
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
13
14
- name: Setup Python environment
15
uses: ./.github/actions/setup-python
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
contents: write
16
17
18
.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: astral-sh/ruff-action@v3
0 commit comments