Skip to content

Commit 7a774f0

Browse files
committed
fix: GHA
1 parent cb2bb4c commit 7a774f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-esphome.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
outputs:
5050
esphome-version: ${{ steps.esphome-build.outputs.esphome-version }}
5151
steps:
52-
- uses: actions/checkout@v3.5.3
53-
- uses: esphome/build-action@v1.5.2
52+
- uses: actions/checkout@v4.2.0
53+
- uses: esphome/build-action@v3.1.0
5454
id: esphome-build
5555
with:
5656
yaml_file: ${{ matrix.file }}
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
needs: [build]
7171
steps:
72-
- uses: actions/checkout@v3.5.3
72+
- uses: actions/checkout@v4.2.0
7373
- uses: actions/download-artifact@v3.0.2
7474
with:
7575
path: output
@@ -82,8 +82,8 @@ jobs:
8282
- run: cp -R static/* output
8383

8484
- name: Deploy 🚀
85-
uses: JamesIves/github-pages-deploy-action@v4.4.1
85+
uses: JamesIves/github-pages-deploy-action@v4.6.8
8686
with:
8787
branch: gh-pages
8888
folder: output
89-
clean: ${{ inputs.clean }}
89+
clean: ${{ inputs.clean }}

0 commit comments

Comments
 (0)