Skip to content

Commit 3aeb890

Browse files
authored
Merge pull request #81 from devon-mar/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 11f327c + d04ea53 commit 3aeb890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515

1616
- name: Setup Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.10"
2020

@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v3
5757

5858
- name: Setup Python
59-
uses: actions/setup-python@v4
59+
uses: actions/setup-python@v5
6060
with:
6161
python-version: "3.10"
6262

@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@v3
106106

107107
- name: Setup Python
108-
uses: actions/setup-python@v4
108+
uses: actions/setup-python@v5
109109
with:
110110
python-version: "3.10"
111111

0 commit comments

Comments
 (0)