diff --git a/.github/workflows/jquery-color.yml b/.github/workflows/jquery-color.yml index db46b15..3ef8aad 100644 --- a/.github/workflows/jquery-color.yml +++ b/.github/workflows/jquery-color.yml @@ -20,7 +20,7 @@ jobs: submodules: recursive - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm diff --git a/.github/workflows/jquery-migrate.yml b/.github/workflows/jquery-migrate.yml index cf8a897..bb07e7e 100644 --- a/.github/workflows/jquery-migrate.yml +++ b/.github/workflows/jquery-migrate.yml @@ -20,7 +20,7 @@ jobs: submodules: recursive - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm diff --git a/.github/workflows/jquery-mousewheel.yml b/.github/workflows/jquery-mousewheel.yml index 741fd12..d9f223a 100644 --- a/.github/workflows/jquery-mousewheel.yml +++ b/.github/workflows/jquery-mousewheel.yml @@ -20,7 +20,7 @@ jobs: submodules: recursive - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm diff --git a/.github/workflows/jquery-ui.yml b/.github/workflows/jquery-ui.yml index c19289e..e89aa24 100644 --- a/.github/workflows/jquery-ui.yml +++ b/.github/workflows/jquery-ui.yml @@ -20,7 +20,7 @@ jobs: submodules: recursive - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm diff --git a/.github/workflows/jquery.yml b/.github/workflows/jquery.yml index dc1bb1a..b2e9f25 100644 --- a/.github/workflows/jquery.yml +++ b/.github/workflows/jquery.yml @@ -20,7 +20,7 @@ jobs: submodules: recursive - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm @@ -55,7 +55,7 @@ jobs: submodules: recursive - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a030aa..d2ab817 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm