File tree
Expand file tree Collapse file tree 1 file changed
+3
-3
lines changed Expand file tree Collapse file tree 1 file changed
+3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,18 @@ jobs:
42
42
BROWSERS : " FirefoxHeadless"
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
46
46
47
47
- name : Cache
48
- uses : actions/cache@v3
48
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
49
49
with :
50
50
path : ~/.npm
51
51
key : ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
52
52
restore-keys : |
53
53
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
54
54
55
55
- name : Use Node.js ${{ matrix.NODE_VERSION }}
56
- uses : actions/setup-node@v3.6.0
56
+ uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
57
57
with :
58
58
node-version : ${{ matrix.NODE_VERSION }}
59
59
You can’t perform that action at this time.
0 commit comments