Skip to content

Commit 76e5815

Browse files
authored
Merge pull request #23 from Appsilon/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5
2 parents 15a6b51 + c71cf63 commit 76e5815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Python 3
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.x'
2424

@@ -56,7 +56,7 @@ jobs:
5656
path: "${{ github.repository }}"
5757

5858
- name: Set up Python 3
59-
uses: actions/setup-python@v4
59+
uses: actions/setup-python@v5
6060
with:
6161
python-version: '3.x'
6262

0 commit comments

Comments
 (0)