Skip to content

Commit ff4e975

Browse files
authored
Merge pull request #114 from caltechlibrary/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 2 to 6
2 parents 1fb63c2 + bce16b1 commit ff4e975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.8'
3030

0 commit comments

Comments
 (0)