@@ -31,15 +31,15 @@ jobs:
3131
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535
3636 - name : Use Node.js ${{ env.NODE_VERSION }}
37- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
37+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3838 with :
3939 node-version : ${{ env.NODE_VERSION }}
4040
4141 - name : Cache
42- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
42+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
4343 with :
4444 path : ~/.npm
4545 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -75,15 +75,15 @@ jobs:
7575 name : jQuery stable
7676 steps :
7777 - name : Checkout
78- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
78+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7979
8080 - name : Use Node.js ${{ env.NODE_VERSION }}
81- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
81+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
8282 with :
8383 node-version : ${{ env.NODE_VERSION }}
8484
8585 - name : Cache
86- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
86+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
8787 with :
8888 path : ~/.npm
8989 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -116,15 +116,15 @@ jobs:
116116 name : jQuery stable
117117 steps :
118118 - name : Checkout
119- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
119+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
120120
121121 - name : Use Node.js ${{ env.NODE_VERSION }}
122- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
122+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
123123 with :
124124 node-version : ${{ env.NODE_VERSION }}
125125
126126 - name : Cache
127- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
127+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
128128 with :
129129 path : ~/.npm
130130 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments