File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
runs-on : ubuntu-latest
52
52
name : Lint & Build
53
53
steps :
54
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
54
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
55
55
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
56
56
with :
57
57
cache : npm
91
91
run : |
92
92
git config --global core.autocrlf false
93
93
git config --global core.eol lf
94
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
94
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
95
95
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
96
96
with :
97
97
cache : npm
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on : ubuntu-latest
107
107
name : Semantic release
108
108
steps :
109
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
109
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
110
110
with :
111
111
# Need to fetch entire commit history to
112
112
# analyze every commit since last release
You can’t perform that action at this time.
0 commit comments