Skip to content

Commit 3d001cb

Browse files
fix(deps): update actions/setup-python action to v7
1 parent 3426710 commit 3d001cb

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
@@ -91,7 +91,7 @@ jobs:
9191
version: "latest"
9292

9393
- name: Setup Python ${{ matrix.python-version }}
94-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
94+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
9595
with:
9696
python-version: "${{ matrix.python-version }}"
9797

0 commit comments

Comments
 (0)