Skip to content

Commit 334f6a6

Browse files
authored
Merge pull request #35 from cpp-lln-lab/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2 parents d94fea1 + 2b6d091 commit 334f6a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/miss_hit_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 1
2626

2727
- name: Set up Python 3.6
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: 3.6
3131

.github/workflows/miss_hit_code_style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 1
2626

2727
- name: Set up Python 3.6
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: 3.6
3131

0 commit comments

Comments
 (0)