Skip to content

Commit 9d4ac35

Browse files
authored
Merge pull request #259 from OpenPIV/dependabot/github_actions/actions/setup-python-4.3.0
Bump actions/setup-python from 4.2.0 to 4.3.0
2 parents 7246d29 + f0f642f commit 9d4ac35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.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
1717
- name: Set up Python 3.7
18-
uses: actions/setup-python@v4.2.0
18+
uses: actions/setup-python@v4.3.0
1919
with:
2020
python-version: 3.7
2121
- name: Install pypa/build

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v4.2.0
16+
uses: actions/setup-python@v4.3.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies

0 commit comments

Comments
 (0)