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 2020 # Steps represent a sequence of tasks that will be executed as part of the job
2121 steps :
2222 - name : Cancel previous runs
23- uses : styfle/cancel-workflow-action@0.11.0
23+ uses : styfle/cancel-workflow-action@0.12.1
2424
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626 - name : Checkout repo
3232 node-version : 18
3333
3434 - name : Install pnpm
35- uses : pnpm/action-setup@v2.2.4
35+ uses : pnpm/action-setup@v2.4.0
3636 with :
3737 version : 8
3838 run_install : false
Original file line number Diff line number Diff line change 2020 # Steps represent a sequence of tasks that will be executed as part of the job
2121 steps :
2222 - name : Cancel previous runs
23- uses : styfle/cancel-workflow-action@0.11.0
23+ uses : styfle/cancel-workflow-action@0.12.1
2424
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626 - name : Checkout repo
3232 node-version : 18
3333
3434 - name : Install pnpm
35- uses : pnpm/action-setup@v2.2.4
35+ uses : pnpm/action-setup@v2.4.0
3636 with :
3737 version : 8
3838 run_install : false
You can’t perform that action at this time.
0 commit comments