File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
actions/setup-pnpm-with-dependencies Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 37
37
echo "package-manager-version=${packageManagerVersion}">> $GITHUB_OUTPUT
38
38
39
39
- name : Setup Node
40
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
40
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
41
41
with :
42
42
node-version : ${{ steps.node-version.outputs.node-version }}
43
43
registry-url : https://registry.npmjs.org
Original file line number Diff line number Diff line change 8
8
if : ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
12
12
with :
13
13
fetch-depth : 0
14
14
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
35
35
36
36
- name : Use Node.js
37
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
37
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
38
38
with :
39
39
node-version-file : ' .nvmrc'
40
40
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout Source Code
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
13
13
14
14
- name : Remove preview consumption comment
15
15
uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
Original file line number Diff line number Diff line change 43
43
GITHUB_TOKEN : ${{ env.GITHUB_TOKEN }}
44
44
45
45
- name : Checkout
46
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
47
47
with :
48
48
fetch-depth : 0
49
49
token : ${{ secrets.KONGPONENTS_BOT_PAT }}
Original file line number Diff line number Diff line change 18
18
steps :
19
19
20
20
- name : Checkout
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
22
22
with :
23
23
fetch-depth : 0
24
24
You can’t perform that action at this time.
0 commit comments