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 1515 name : Test jQuery Migrate Integration
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 submodules : recursive
2121
2525 node-version : ${{ env.NODE_VERSION }}
2626
2727 - name : Cache
28- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1515 name : Test jQuery Mousewheel Integration
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 submodules : recursive
2121
2525 node-version : ${{ env.NODE_VERSION }}
2626
2727 - name : Cache
28- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1515 name : Test jQuery UI Integration
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 submodules : recursive
2121
2525 node-version : ${{ env.NODE_VERSION }}
2626
2727 - name : Cache
28- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1515 name : Test jQuery Integration
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 submodules : recursive
2121
2525 node-version : ${{ env.NODE_VERSION }}
2626
2727 - name : Cache
28- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
1616 - name : Install dependencies
1717 run : npm install
You can’t perform that action at this time.
0 commit comments