Skip to content

Commit 286d0d0

Browse files
committed
build(deps): update actions/setup-python action to v7
1 parent f3eabff commit 286d0d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
enable-cache: "true"
5555
cache-suffix: ${{ matrix.python-version }}
5656
- name: Set up Python ${{ matrix.python-version }}
57-
uses: actions/setup-python@v6
57+
uses: actions/setup-python@v7
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060
- name: Install dependencies

0 commit comments

Comments
 (0)