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 2c31fd7 commit 585bbbdCopy full SHA for 585bbbd
.github/workflows/python-ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
17
- name: Install uv
18
uses: astral-sh/setup-uv@v5
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
- name: Initialize CodeQL
39
uses: github/codeql-action/init@v3
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
19
0 commit comments