Skip to content

Commit 436cca4

Browse files
Merge pull request #26 from py-package/dependabot/github_actions/actions/setup-python-4.6.1
Bump actions/setup-python from 4.6.0 to 4.6.1
2 parents cbbaf7e + c1b2a42 commit 436cca4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v4.6.0
19+
uses: actions/setup-python@v4.6.1
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Set up Python 3.8
40-
uses: actions/setup-python@v4.6.0
40+
uses: actions/setup-python@v4.6.1
4141
with:
4242
python-version: 3.8
4343
- name: Intall Flake8

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Set up Python
13-
uses: actions/setup-python@v4.6.0
13+
uses: actions/setup-python@v4.6.1
1414
with:
1515
python-version: "3.x"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)