We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a24bc18 + 3a65405 commit 819df90Copy full SHA for 819df90
1 file changed
.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
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Upload coverage report to ${{ matrix.service }}
95
if: ${{ matrix.service == 'codecov' }}
96
- uses: codecov/codecov-action@v5.5.0
+ uses: codecov/codecov-action@v5.5.1
97
98
token: ${{ secrets.CODECOV_TOKEN }}
99
files: coverage.xml
0 commit comments