File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 app-id : ${{ vars.APP_ID }}
4141 private-key : ${{ secrets.PRIVATE_KEY }}
4242 - name : Checkout
43- uses : actions/checkout@v6
43+ uses : actions/checkout@v5
4444 - id : lint
4545 name : MegaLinter
4646 uses : liblaf/actions/mega-linter@v1
Original file line number Diff line number Diff line change 3737 app-id : ${{ vars.APP_ID }}
3838 private-key : ${{ secrets.PRIVATE_KEY }}
3939 - name : Checkout
40- uses : actions/checkout@v6
40+ uses : actions/checkout@v5
4141 with :
4242 token : ${{ steps.auth.outputs.token }}
4343 - id : release-please
6767 app-id : ${{ vars.APP_ID }}
6868 private-key : ${{ secrets.PRIVATE_KEY }}
6969 - name : Checkout
70- uses : actions/checkout@v6
70+ uses : actions/checkout@v5
7171 with :
7272 ref : ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
7373 token : ${{ steps.auth.outputs.token }}
@@ -123,7 +123,7 @@ jobs:
123123 app-id: ${{ vars.APP_ID }}
124124 private-key: ${{ secrets.PRIVATE_KEY }}
125125 - name: Checkout
126- uses: actions/checkout@v6
126+ uses: actions/checkout@v5
127127 with:
128128 ref: ${{ needs.release-please.outputs.tag }}
129129 token: ${{ steps.auth.outputs.token }}
You can’t perform that action at this time.
0 commit comments