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.
2 parents 7d1b7f2 + 65749bf commit 985d79cCopy full SHA for 985d79c
.github/workflows/automatic-release.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-24.04
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
with:
23
fetch-depth: 0
24
ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
.github/workflows/docker.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
persist-credentials: false
44
.github/workflows/lint.yml
- name: Setup Python
0 commit comments