Skip to content

Commit d739ca6

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0 (#157)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35fcbee commit d739ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
fetch-depth: 0
119119

120120
- name: Set up Python
121-
uses: actions/setup-python@v6.0.0
121+
uses: actions/setup-python@v6.1.0
122122
if: matrix.python-version != 'system'
123123
with:
124124
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)