Skip to content

Commit 1fea09a

Browse files
authored
Merge pull request #64 from cpp-lln-lab/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents c3bf8e0 + 9e761cd commit 1fea09a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/miss_hit_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 1
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.11
2222

.github/workflows/miss_hit_style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 1
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.11
2222

0 commit comments

Comments
 (0)