Skip to content

Commit ef74a90

Browse files
authored
Merge pull request #2 from TGAC/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents d54e61b + 851ccf8 commit ef74a90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.13'
1919
- name: Install project

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ['3.9', '3.13']
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: actions/setup-python@v5
34+
- uses: actions/setup-python@v6
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Install tox

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ['3.9', '3.13']
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install tox

0 commit comments

Comments
 (0)