Skip to content

Commit 88a7564

Browse files
renovate[bot]jackton1
authored andcommitted
Update actions/setup-python action to v4.6.1
1 parent 6eb71b9 commit 88a7564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python 3.6
21-
uses: actions/setup-python@v4.0.0
21+
uses: actions/setup-python@v4.6.1
2222
with:
2323
python-version: 3.6
2424

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3.5.3
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v4.0.0
18+
uses: actions/setup-python@v4.6.1
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- uses: actions/cache@v3.3.1

0 commit comments

Comments
 (0)