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 c922caa commit f67a740Copy full SHA for f67a740
.github/workflows/cd.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: "3.8"
+ python-version: "3.9"
22
- name: Push tag for each updated package
23
env:
24
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
.github/workflows/dependency-checker.yaml
- name: Poetry Python dependeny updater
0 commit comments