File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323
2424 steps :
25- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
25+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2626 - name : Use Node.js ${{ matrix.node-version }}
2727 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2828 with :
3333 - run : npm run lint
3434 - run : tar cvzf dashboard.tgz --strip-components 3 dist/live/dashboard
3535 - name : Release
36- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
36+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
3737 if : startsWith(github.ref, 'refs/tags/')
3838 with :
3939 files : dashboard.tgz
You can’t perform that action at this time.
0 commit comments