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 c2dc4ebCopy full SHA for c2dc4eb
.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