File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818
19- - uses : actions/setup-node@v2
19+ - uses : actions/setup-node@v4
2020 with :
2121 cache : ' npm'
2222 cache-dependency-path : package.json
2828
2929 - name : Cache Hass
3030 id : cache-hass
31- uses : actions/cache@v2
31+ uses : actions/cache@v4
3232 with :
3333 path : /tmp/hasstest-venv
3434 key : ${{ runner.os }}-hass
5656
5757 - name : Upload artifact
5858 if : ${{ always() }}
59- uses : actions/upload-artifact@v2
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : artifact
6262 path : |
@@ -68,11 +68,11 @@ jobs:
6868 if : false
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@v2
71+ uses : actions/checkout@v4
7272
7373 - name : Cache Hass
7474 id : cache-hass
75- uses : actions/cache@v2
75+ uses : actions/cache@v4
7676 with :
7777 path : /tmp/hasstest-venv
7878 key : ${{ runner.os }}-hass
9191
9292 - name : Upload artifact
9393 if : ${{ always() }}
94- uses : actions/upload-artifact@v2
94+ uses : actions/upload-artifact@v4
9595 with :
9696 name : artifact
9797 path : |
You can’t perform that action at this time.
0 commit comments