4848 name : Test Node ${{ matrix.node-version }} on ${{ matrix.os }}${{ (!matrix.bundle && ' with --no-bundle') || '' }}
4949
5050 steps :
51- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
5252 - name : Use node version ${{ matrix.node-version }}
5353 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
5454 with :
7272 runs-on : ubuntu-latest
7373
7474 steps :
75- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
75+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
7676 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7777 with :
7878 node-version : ' *'
@@ -86,14 +86,14 @@ jobs:
8686 runs-on : ubuntu-latest
8787
8888 steps :
89- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
89+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
9090 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
9191 with :
9292 node-version : ' *'
9393 check-latest : true
9494 - run : npm ci
9595
96- - uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
96+ - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
9797 with :
9898 path : ~/.cache/dprint
9999 key : ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108
109109 steps :
110- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
110+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
111111 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
112112 with :
113113 node-version : ' *'
@@ -124,7 +124,7 @@ jobs:
124124 runs-on : ubuntu-latest
125125
126126 steps :
127- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
127+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
128128 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
129129 with :
130130 node-version : ' *'
@@ -138,7 +138,7 @@ jobs:
138138 runs-on : ubuntu-latest
139139
140140 steps :
141- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
141+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
142142
143143 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
144144 with :
@@ -179,11 +179,11 @@ jobs:
179179 if : github.event_name == 'pull_request'
180180
181181 steps :
182- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
182+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
183183 with :
184184 path : pr
185185
186- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
186+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
187187 with :
188188 path : base
189189 ref : ${{ github.base_ref }}
@@ -221,7 +221,7 @@ jobs:
221221 runs-on : ubuntu-latest
222222
223223 steps :
224- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
224+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
225225 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
226226 with :
227227 node-version : ' *'
@@ -238,7 +238,7 @@ jobs:
238238 runs-on : ubuntu-latest
239239
240240 steps :
241- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
241+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
242242 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
243243 with :
244244 node-version : ' *'
@@ -258,7 +258,7 @@ jobs:
258258 runs-on : ubuntu-latest
259259
260260 steps :
261- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
261+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
262262 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
263263 with :
264264 node-version : ' *'
0 commit comments