We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbd42cc + afd7eb9 commit a10ac8dCopy full SHA for a10ac8d
.github/workflows/publish_docker.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
- name: Docker meta
21
id: meta
22
uses: docker/metadata-action@v5
.github/workflows/publish_pypi.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
id-token: write
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
.github/workflows/test.yml
- name: Set up Python ${{ matrix.python-version }}
0 commit comments