File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
name : Test jQuery Migrate Integration
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
submodules : recursive
21
21
25
25
node-version : ${{ env.NODE_VERSION }}
26
26
27
27
- name : Cache
28
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29
29
with :
30
30
path : ~/.npm
31
31
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 15
15
name : Test jQuery Mousewheel Integration
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
submodules : recursive
21
21
25
25
node-version : ${{ env.NODE_VERSION }}
26
26
27
27
- name : Cache
28
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29
29
with :
30
30
path : ~/.npm
31
31
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 15
15
name : Test jQuery UI Integration
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
submodules : recursive
21
21
25
25
node-version : ${{ env.NODE_VERSION }}
26
26
27
27
- name : Cache
28
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29
29
with :
30
30
path : ~/.npm
31
31
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 15
15
name : Test jQuery Integration
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
submodules : recursive
21
21
25
25
node-version : ${{ env.NODE_VERSION }}
26
26
27
27
- name : Cache
28
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29
29
with :
30
30
path : ~/.npm
31
31
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
15
16
16
- name : Install dependencies
17
17
run : npm install
You can’t perform that action at this time.
0 commit comments