Skip to content

Commit 1c288c1

Browse files
committed
[actions] fix action SHA
1 parent 2442d5b commit 1c288c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
tests:
7-
uses: ljharb/actions/.github/workflows/node.yml@a840bfaa7e24d260a9f451baa97ca172fdb327af
7+
uses: ljharb/actions/.github/workflows/node.yml@32a09e8b5346216e84d4cdf4769c70af9903b536
88
with:
99
range: '>= 0.8'
1010
type: majors
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
20+
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
2121
with:
2222
use-npm-ci: true
2323
- name: Flow type check
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
31+
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
3232
with:
3333
use-npm-ci: true
3434
- name: Run ESLint
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
42+
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
4343
with:
4444
use-npm-ci: true
4545
- name: Run diff check for the breakUpAriaJSON script
@@ -51,4 +51,4 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- run: true
54-
54+

0 commit comments

Comments
 (0)