File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 contents : read
1616 steps :
1717 - name : checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Install tool dependencies
21- uses : jdx/mise-action@v2
21+ uses : jdx/mise-action@v3
2222
2323 - name : Run pre-commit
2424 run : |
Original file line number Diff line number Diff line change 1717 pull-requests : read
1818 steps :
1919 - name : checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : updatecli-minor-apply
2323 uses : prefecthq/actions-updatecli-apply@${{ github.head_ref }}
Original file line number Diff line number Diff line change 4040 shell : bash
4141
4242 - name : Install updatecli in the runner
43- uses : updatecli/updatecli-action@v2.88 .0
43+ uses : updatecli/updatecli-action@v2.91 .0
4444
4545 - name : Run updatecli in apply mode
4646 run : |
6161
6262 - name : Install `helm-docs`
6363 if : inputs.run-helm-docs == 'true' && env.CHANGES == 'true'
64- uses : jdx/mise-action@v2
64+ uses : jdx/mise-action@v3
6565 with :
6666 install_args : helm-docs
6767
You can’t perform that action at this time.
0 commit comments