Skip to content

Commit 3ed71d6

Browse files
Merge pull request #86 from alliander-opensource/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents 82e1941 + d4f6556 commit 3ed71d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/black-and-clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v3
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@v3
33+
uses: actions/setup-python@v4
3434
with:
3535
python-version: 3.8
3636

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- uses: actions/checkout@v3
211211

212212
- name: Setup python
213-
uses: actions/setup-python@v3
213+
uses: actions/setup-python@v4
214214
with:
215215
python-version: '3.10'
216216
architecture: x64

0 commit comments

Comments
 (0)