File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 name : Tests (Node ${{ matrix.node-version }} - node-red ${{ matrix.node-red-version }})
4141 steps :
42- - uses : actions/checkout@v6
42+ - uses : actions/checkout@v7
4343 - name : Install pnpm
4444 uses : pnpm/action-setup@v6
4545 - name : Use Node.js ${{ matrix.node-version }}
7777 if : ${{ needs.release-please.outputs.release_created }}
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v6
80+ - uses : actions/checkout@v7
8181 - name : Install pnpm
8282 uses : pnpm/action-setup@v6
8383 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1313 build-deploy :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 with :
1818 ref : ${{ github.event.inputs.branch }}
1919 fetch-depth : 0 # For last-updated time
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515 with :
1616 # Fork PRs: head_ref only exists on the head repo, not upstream origin
1717 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v6
11+ uses : actions/checkout@v7
1212 - name : Install pnpm
1313 uses : pnpm/action-setup@v6
1414 - name : Setup Node
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313
1414 - name : Remove label from issue if comment is from author
1515 uses : actions/github-script@v9
You can’t perform that action at this time.
0 commit comments