Skip to content

Commit fed65b4

Browse files
authored
Merge pull request #61 from cpp-lln-lab/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents e4704f1 + 2983bdd commit fed65b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/miss_hit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@v3
34+
uses: actions/setup-python@v4
3535
with:
3636
python-version: 3.9
3737

.github/workflows/validate_cff.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
28-
uses: actions/setup-python@v3
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: 3.9
3131

0 commit comments

Comments
 (0)