Skip to content

Commit 9378b24

Browse files
build(deps): bump actions/setup-python from 5 to 6 in the actions group (#696)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d978c7f commit 9378b24

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v5
6565
- name: Set up Python ${{ matrix.python-version }}
66-
uses: actions/setup-python@v5
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969
allow-prereleases: true
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@v5
8686
- name: Set up Python ${{ matrix.python-version }}
87-
uses: actions/setup-python@v5
87+
uses: actions/setup-python@v6
8888
with:
8989
python-version: "3.11"
9090
cache: pip
@@ -120,7 +120,7 @@ jobs:
120120
- name: Checkout source
121121
uses: actions/checkout@v5
122122
- name: Set up Python
123-
uses: actions/setup-python@v5
123+
uses: actions/setup-python@v6
124124
with:
125125
python-version: "3.10"
126126
- name: install flit

.github/workflows/tests_devdeps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5
2525
- name: Set up Python 3.12
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.12"
2929
cache: pip

0 commit comments

Comments
 (0)