Skip to content

Commit e2c1884

Browse files
authored
Merge pull request sphinx-contrib#211 from sphinx-contrib/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 2 to 4
2 parents 6a7fa57 + 5293447 commit e2c1884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

0 commit comments

Comments
 (0)