Skip to content

Commit 817d2ff

Browse files
authored
Merge pull request #90 from data-apis/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 3ef43d9 + 398cd9c commit 817d2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- name: Install Python
10-
uses: actions/setup-python@v4
10+
uses: actions/setup-python@v5
1111
with:
1212
python-version: "3.11"
1313
- name: Install dependencies

0 commit comments

Comments
 (0)