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 f41783c + 2fbcabc commit 404aaffCopy full SHA for 404aaff
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
"3.12",
21
]
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
with:
25
submodules: true
26
- name: Setup Python ${{ matrix.python-version }}
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
id-token: write
- name: Check out the repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
28
- name: Log in to Docker Hub
29
uses: docker/login-action@v3
0 commit comments