Skip to content

Commit 0c2f780

Browse files
authored
Merge pull request #71 from cpp-lln-lab/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2 parents fc252c1 + 6473274 commit 0c2f780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/miss_hit_quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 1
2222

2323
- name: Set up Python 3.6
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: 3.6
2727

.github/workflows/miss_hit_style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 1
2222

2323
- name: Set up Python 3.6
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: 3.6
2727

0 commit comments

Comments
 (0)