mirror of
https://github.com/esphome/esphome-flasher.git
synced 2024-11-16 10:55:31 +01:00
Bump actions/setup-python from 2.3.1 to 3.1.0 (#120)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f51fd45f11
commit
77c8d64110
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
architecture: 'x64'
|
||||
@ -34,7 +34,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
architecture: 'x86'
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install dependencies
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install requirements
|
||||
@ -116,7 +116,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install dependencies
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
id: python
|
||||
with:
|
||||
python-version: '3.7'
|
||||
|
8
.github/workflows/release-assets.yml
vendored
8
.github/workflows/release-assets.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
architecture: 'x64'
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
architecture: 'x86'
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install dependencies
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
uses: actions/setup-python@v3.1.0
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install requirements
|
||||
|
Loading…
Reference in New Issue
Block a user