Skip to content

Commit 8ed4d46

Browse files
authored
Merge pull request #99 from 898803709/dependabot/github_actions/actions/setup-python-5.6.0
2 parents 3665e7a + 70c2e96 commit 8ed4d46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v5.5.0
18+
uses: actions/setup-python@v5.6.0
1919
with:
2020
python-version-file: '.python-version'
2121

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: "Set up Python"
30-
uses: actions/setup-python@v5.5.0
30+
uses: actions/setup-python@v5.6.0
3131
with:
3232
python-version-file: ".python-version"
3333

0 commit comments

Comments
 (0)