Skip to content

Commit 739b9d4

Browse files
authored
Update versions of used GitHub Actions (PyCQA#1024)
1 parent 45619e0 commit 739b9d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v3
1313
- name: 'Dependency Review'
14-
uses: actions/dependency-review-action@v2
14+
uses: actions/dependency-review-action@v3

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- name: Set up Python 3.7
14-
uses: actions/setup-python@v3
14+
uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.7
1717

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- name: Set up Python 3.7
14-
uses: actions/setup-python@v3
14+
uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.7
1717

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v3
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 2
3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v3
36+
uses: actions/setup-python@v4
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: Install dependencies
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout repository
5757
uses: actions/checkout@v3
5858
- name: Set up Python ${{ matrix.python-version[0] }}
59-
uses: actions/setup-python@v3
59+
uses: actions/setup-python@v4
6060
with:
6161
python-version: ${{ matrix.python-version[0] }}
6262
- name: Install dependencies

0 commit comments

Comments
 (0)