Skip to content

Commit 75e7e73

Browse files
chore(deps): update actions/setup-python action to v5
1 parent b51e8a2 commit 75e7e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Set up Python 3
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.x'
2323

@@ -51,7 +51,7 @@ jobs:
5151
path: "${{ github.repository }}"
5252

5353
- name: Set up Python 3
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v5
5555
with:
5656
python-version: '3.x'
5757

0 commit comments

Comments
 (0)