Skip to content

Commit a6100e1

Browse files
authored
bump setup-python action (#98)
Committed via https://github.com/asottile/all-repos
1 parent 6815cfe commit a6100e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- name: Fetch unshallow
3838
run: git fetch --prune --tags --unshallow -f
39-
- uses: actions/setup-python@v2
39+
- uses: actions/setup-python@v4
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
- uses: conda-incubator/setup-miniconda@v2
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v3
7878
- name: Fetch unshallow
7979
run: git fetch --prune --tags --unshallow -f
80-
- uses: actions/setup-python@v2
80+
- uses: actions/setup-python@v4
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383
- uses: conda-incubator/setup-miniconda@v2

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
with:
3232
fetch-depth: "100"
33-
- uses: actions/setup-python@v2
33+
- uses: actions/setup-python@v4
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)