Skip to content

Commit 91c1892

Browse files
build(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c3e4d4 commit 91c1892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout source code
1515
uses: actions/checkout@v4
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.13"
2020
cache: 'pip'
@@ -74,7 +74,7 @@ jobs:
7474
- name: Checkout source code
7575
uses: actions/checkout@v4
7676
- name: Set up Python ${{ matrix.python }}
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
with:
7979
python-version: ${{ matrix.python }}
8080
cache: 'pip'
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
fetch-depth: 0
110110
- name: Set up Python
111-
uses: actions/setup-python@v5
111+
uses: actions/setup-python@v6
112112
with:
113113
python-version: "3.13"
114114
cache: 'pip'
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
fetch-depth: 0
138138
- name: Set up Python
139-
uses: actions/setup-python@v5
139+
uses: actions/setup-python@v6
140140
with:
141141
python-version: "3.13"
142142
cache: 'pip'

0 commit comments

Comments
 (0)