We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d8cc16 + 525ecab commit d873c28Copy full SHA for d873c28
2 files changed
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
32
- name: Initialize CodeQL
33
uses: github/codeql-action/init@v3
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Build wheel
22
runs-on: ubuntu-latest
23
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
with:
26
fetch-depth: 0
- uses: actions/setup-python@v5
@@ -41,7 +41,7 @@ jobs:
41
name: Build source distribution
42
43
44
45
46
47
0 commit comments