Skip to content

Commit c84d6df

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(dependencies): update actions/setup-python action to v3
1 parent 3b80673 commit c84d6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
11-
- uses: actions/setup-python@v2
11+
- uses: actions/setup-python@v3
1212
with:
1313
python-version: '3.8'
1414
architecture: 'x64'
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ['3.6', '3.7', '3.8', '3.9']
2525
steps:
2626
- uses: actions/checkout@master
27-
- uses: actions/setup-python@v2
27+
- uses: actions/setup-python@v3
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
architecture: 'x64'

0 commit comments

Comments
 (0)