8000
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 beb1939 commit 8075439Copy full SHA for 8075439
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
with:
26
fetch-depth: 0
27
persist-credentials: false
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
- uses: actions/setup-python@v5
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
os: [windows-latest, macos-latest, ubuntu-latest]
20
# fetch all branches and tags
# ref actions/checkout#448
0 commit comments