File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 - run : yarn --cwd web run format --check
3535 - name : Git Diff showed uncommitted changes
3636 if : ${{ failure() }}
37- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
37+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
3838 with :
3939 script : |
4040 core.setFailed('web/ contains unformatted code, run `pnpm prettier . --write` and re-commit!')
Original file line number Diff line number Diff line change 6969
7070 - name : Helm Charts not up-to-date
7171 if : ${{ failure() }}
72- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
72+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
7373 with :
7474 script : |
7575 core.setFailed('Committed Helm charts were not up to date, please regenerate and re-commit!')
You can’t perform that action at this time.
0 commit comments