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 0956799 + 86f0726 commit 1eff3d6Copy full SHA for 1eff3d6
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: wagoid/commitlint-github-action@v6.2.1
27
28
- name: Set up Python ${{ env.PYTHON_VERSION }}
29
- uses: actions/setup-python@v5.6.0
+ uses: actions/setup-python@v6.0.0
30
with:
31
python-version: ${{ env.PYTHON_VERSION }}
32
cache: 'pip'
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/checkout@v5.0.0
53
54
55
56
57
58
0 commit comments