Skip to content

Commit 2f2d822

Browse files
chore(deps): bump actions/setup-python from 2 to 3 (#1776)
Co-authored-by: knqyf263 <[email protected]>
1 parent a2afd6e commit 2f2d822

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/mkdocs-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: true
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v3
2020
with:
2121
python-version: 3.x
2222
- name: Install dependencies

.github/workflows/mkdocs-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: true
21-
- uses: actions/setup-python@v2
21+
- uses: actions/setup-python@v3
2222
with:
2323
python-version: 3.x
2424
- name: Install dependencies

.github/workflows/publish-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
version: v3.5.0
3333
- name: Set up python
34-
uses: actions/setup-python@0066b88440aa9562be742e2c60ee750fc57d8849 #v2.3.0
34+
uses: actions/setup-python@v3
3535
with:
3636
python-version: 3.7
3737
- name: Setup Chart Linting

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
fetch-depth: 0
8989
persist-credentials: true
90-
- uses: actions/setup-python@v2
90+
- uses: actions/setup-python@v3
9191
with:
9292
python-version: 3.x
9393
- name: Install dependencies

0 commit comments

Comments
 (0)