Skip to content

Commit 9bfb37b

Browse files
chore(deps): update actions/setup-python action to v6
1 parent a0708a6 commit 9bfb37b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
18-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
18+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1919
with:
2020
python-version: 3.x
2121
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
steps:
5050
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
51-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
51+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5252
id: setup-python
5353
with:
5454
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)