Skip to content

Commit 593defc

Browse files
Bump actions/setup-python from 2.3.2 to 3 (#1552)
1 parent 6840bfe commit 593defc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v2
6868

6969
- name: Setup Python
70-
uses: actions/setup-python@v2.3.2
70+
uses: actions/setup-python@v3
7171
with:
7272
python-version: 3.7
7373
architecture: 'x64'

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: mvn -ntp clean package -P distribution
9090

9191
- name: Setup Python ${{ matrix.python-version }}
92-
uses: actions/setup-python@v2.3.2
92+
uses: actions/setup-python@v3
9393
with:
9494
python-version: ${{ matrix.python-version }}
9595
architecture: 'x64'

0 commit comments

Comments
 (0)