Skip to content

Commit 3bc2931

Browse files
committed
chore(deps): update actions/setup-python action to v5.2.0
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v5.0.0 | v5.2.0 | | github-tags | actions/setup-python | v5.1.0 | v5.2.0 |
1 parent 1ebc9e7 commit 3bc2931

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr_pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Setup Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
18+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run pre-commit (Python ${{ matrix.python-version }})

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
17+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install publish dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1313
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
14+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install test dependencies

0 commit comments

Comments
 (0)