Skip to content

Commit 316eab2

Browse files
authored
Merge pull request #89 from UXARRAY/dependabot/github_actions/actions/setup-python-4.2.0
Bump actions/setup-python from 4.1.0 to 4.2.0
2 parents 2bb44c1 + 071566f commit 316eab2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4.1.0
14+
- uses: actions/setup-python@v4.2.0
1515
- uses: pre-commit/action@v3.0.0

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
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.1.0
13+
uses: actions/setup-python@v4.2.0
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434
- name: Set up Python
35-
uses: actions/setup-python@v4.1.0
35+
uses: actions/setup-python@v4.2.0
3636
with:
3737
python-version: '3.x'
3838
- name: Install dependencies

0 commit comments

Comments
 (0)