Skip to content

Commit 1eff3d6

Browse files
authored
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-5.5.1
2 parents 0956799 + 86f0726 commit 1eff3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: wagoid/commitlint-github-action@v6.2.1
2727

2828
- name: Set up Python ${{ env.PYTHON_VERSION }}
29-
uses: actions/setup-python@v5.6.0
29+
uses: actions/setup-python@v6.0.0
3030
with:
3131
python-version: ${{ env.PYTHON_VERSION }}
3232
cache: 'pip'
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v5.0.0
5353

5454
- name: Set up Python ${{ env.PYTHON_VERSION }}
55-
uses: actions/setup-python@v5.6.0
55+
uses: actions/setup-python@v6.0.0
5656
with:
5757
python-version: ${{ env.PYTHON_VERSION }}
5858
cache: 'pip'

0 commit comments

Comments
 (0)