mirror of
https://github.com/esphome/esphome-flasher.git
synced 2024-11-21 11:45:23 +01:00
Bump actions/setup-python from 3.1.0 to 4.6.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
df73bb5585
commit
37722d35cd
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
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@v3.1.0
|
||||
uses: actions/setup-python@v4.6.1
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install requirements
|
||||
|
Loading…
Reference in New Issue
Block a user