mirror of
https://github.com/esphome/esphome-flasher.git
synced 2025-01-06 19:18:23 +01:00
Bump actions/checkout from 2.4.0 to 3 (#108)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bd67d926f0
commit
aef82a0761
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- id: isort
|
- id: isort
|
||||||
name: Check import order with isort
|
name: Check import order with isort
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
id: python
|
id: python
|
||||||
|
8
.github/workflows/release-assets.yml
vendored
8
.github/workflows/release-assets.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v3
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user