Skip to content

Commit 7e3d062

Browse files
authored
Merge pull request statsmodels#8500 from statsmodels/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents b589ef2 + 5d8fc5f commit 7e3d062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install graphviz
5353
uses: ts-graphviz/setup-graphviz@v1
5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v3
55+
uses: actions/setup-python@v4
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
cache: "pip"

0 commit comments

Comments
 (0)