Skip to content

Commit 4435f30

Browse files
authored
Merge pull request #20 from OpenPIV/dependabot/github_actions/actions/setup-python-4.4.0
Bump actions/setup-python from 2.2.2 to 4.4.0
2 parents 1025ef3 + 4bc4554 commit 4435f30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@v2.2.2
18+
uses: actions/setup-python@v4.4.0
1919
with:
2020
python-version: 3.7
2121
- name: Install pypa/build

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up Python 3.7
12-
uses: actions/setup-python@v2.2.2
12+
uses: actions/setup-python@v4.4.0
1313
with:
1414
python-version: 3.7
1515
- 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@v2.2.2
16+
uses: actions/setup-python@v4.4.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies

0 commit comments

Comments
 (0)