File tree Expand file tree Collapse file tree
actions/setup-pnpm-with-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 echo "package-manager-version=${packageManagerVersion}">> $GITHUB_OUTPUT
3838
3939 - name : Setup Node
40- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
40+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
4141 with :
4242 node-version : ${{ steps.node-version.outputs.node-version }}
4343 registry-url : https://registry.npmjs.org
5050
5151 - name : Dependency Cache
5252 id : dependency-cache
53- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
53+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5454 with :
5555 path : ' **/node_modules'
5656 key : ${{ steps.node-version.outputs.package-manager-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 88 if : ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout Source Code
12- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
12+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
1313
1414 - name : Remove preview consumption comment
15- uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
15+ uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
1616 with :
1717 header : pr_preview_consumption
1818 delete : true
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 steps :
3838 - name : Remove preview consumption comment
3939 if : ${{ github.event_name == 'pull_request' && env.GITHUB_TOKEN != '' }}
40- uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
40+ uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
4141 with :
4242 header : pr_preview_consumption
4343 delete : true
4444 GITHUB_TOKEN : ${{ secrets.KONGPONENTS_BOT_PAT }}
4545
4646 - name : Checkout
47- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
47+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
4848 with :
4949 token : ${{ secrets.KONGPONENTS_BOT_PAT }}
5050
9999
100100 - name : Provide preview link info
101101 if : ${{ steps.package-preview.outputs.npm_instructions != '' }}
102- uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
102+ uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
103103 with :
104104 header : pr_preview_consumption
105105 message : |
Original file line number Diff line number Diff line change 1212 steps :
1313
1414 - name : Checkout
15- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
1616 with :
1717 fetch-depth : 0
1818
You can’t perform that action at this time.
0 commit comments