Skip to content

Commit 022c59e

Browse files
authored
Merge pull request #9 from cpp-lln-lab/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 2 to 6
2 parents 92b55bf + 5de9143 commit 022c59e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/miss_hit_quality.yml

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

2020
- name: Set up Python 3.6
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.6
2424

.github/workflows/miss_hit_style.yml

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

2020
- name: Set up Python 3.6
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.6
2424

0 commit comments

Comments
 (0)