Skip to content

Commit bd7707e

Browse files
Merge pull request #95 from bmritz/dependabot/github_actions/actions/setup-python-4.7.0
2 parents c5fc9f9 + ce6176c commit bd7707e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 2
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v4.6.1
21+
uses: actions/setup-python@v4.7.0
2222
with:
2323
python-version: "3.10"
2424

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v3
3737

3838
- name: Set up Python ${{ matrix.python }}
39-
uses: actions/setup-python@v4.6.1
39+
uses: actions/setup-python@v4.7.0
4040
with:
4141
python-version: ${{ matrix.python }}
4242
- name: Install pre-requisities
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v3
120120

121121
- name: Set up Python
122-
uses: actions/setup-python@v4.6.1
122+
uses: actions/setup-python@v4.7.0
123123
with:
124124
python-version: "3.11"
125125

0 commit comments

Comments
 (0)