Skip to content

Commit 0cdf16a

Browse files
authored
Merge pull request #112 from data-apis/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
2 parents be2aec0 + 284e594 commit 0cdf16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: docs-build-and-deploy
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v2
12+
- uses: actions/setup-python@v5
1313
- name: Install Dependencies
1414
run: |
1515
python -m pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)