File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
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
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 }}
You can’t perform that action at this time.
0 commit comments