Skip to content

Commit b15f6c3

Browse files
Merge pull request #29 from py-package/dependabot/github_actions/actions/setup-python-4.7.1
Bump actions/setup-python from 4.6.1 to 4.7.1
2 parents adc19f8 + c920ec7 commit b15f6c3

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@v4
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v4.6.1
19+
uses: actions/setup-python@v4.7.1
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Set up Python 3.8
40-
uses: actions/setup-python@v4.6.1
40+
uses: actions/setup-python@v4.7.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@v4
1212
- name: Set up Python
13-
uses: actions/setup-python@v4.6.1
13+
uses: actions/setup-python@v4.7.1
1414
with:
1515
python-version: "3.x"
1616
- name: Install dependencies

0 commit comments

Comments
 (0)