Skip to content

Commit ad20501

Browse files
authored
Merge pull request #997 from vgrem/dependabot/github_actions/actions-deps-cd848d1e52
Bump the actions-deps group with 2 updates
2 parents 3142621 + ae0b0b5 commit ad20501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v6
36-
- uses: actions/setup-python@v3
36+
- uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ env.DEFAULT_PYTHON }}
39-
- uses: psf/black@24.4.2
39+
- uses: psf/black@25.12.0
4040

4141
pylint:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v6
45-
- uses: actions/setup-python@v4
45+
- uses: actions/setup-python@v6
4646
with:
4747
python-version: ${{ env.DEFAULT_PYTHON }}
4848
- name: Install uv

0 commit comments

Comments
 (0)