Skip to content

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ jobs:
4646
BROWSERS: "FirefoxHeadless"
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5050

5151
- name: Cache
52-
uses: actions/cache@v3
52+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5353
with:
5454
path: ~/.npm
5555
key: ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
5656
restore-keys: |
5757
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
5858
5959
- name: Use Node.js ${{ matrix.NODE_VERSION }}
60-
uses: actions/[email protected]
60+
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
6161
with:
6262
node-version: ${{ matrix.NODE_VERSION }}
6363

0 commit comments

Comments
 (0)