Skip to content

Commit bc79c33

Browse files
Bump actions/setup-python from 5 to 6 (#1001)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 953c01d commit bc79c33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v5
2323
- name: Setup Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: 3.11
2727
cache: 'pip'
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout
6262
uses: actions/checkout@v5
6363
- name: Setup Python ${{ matrix.pyver }}
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: ${{ matrix.pyver }}
6767
cache: 'pip'
@@ -104,7 +104,7 @@ jobs:
104104
- name: Checkout
105105
uses: actions/checkout@v5
106106
- name: Setup Python
107-
uses: actions/setup-python@v5
107+
uses: actions/setup-python@v6
108108
with:
109109
python-version: 3.9
110110
- name: Install dependencies

0 commit comments

Comments
 (0)