@@ -14,12 +14,12 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout eslint
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 path : eslint
2020
2121 - name : Checkout eslint-webpack-plugin
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 repository : webpack-contrib/eslint-webpack-plugin
2525 path : webpack
@@ -46,12 +46,12 @@ jobs:
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout eslint
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 path : eslint
5252
5353 - name : Checkout neostandard
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 repository : neostandard/neostandard
5757 path : neostandard
@@ -78,12 +78,12 @@ jobs:
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Checkout eslint
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v5
8282 with :
8383 path : eslint
8484
8585 - name : Checkout eslint-flat-config-utils
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v5
8787 with :
8888 repository : antfu/eslint-flat-config-utils
8989 path : antfu
@@ -110,12 +110,12 @@ jobs:
110110 runs-on : ubuntu-latest
111111 steps :
112112 - name : Checkout eslint
113- uses : actions/checkout@v4
113+ uses : actions/checkout@v5
114114 with :
115115 path : eslint
116116
117117 - name : Checkout eslint/js
118- uses : actions/checkout@v4
118+ uses : actions/checkout@v5
119119 with :
120120 repository : eslint/js
121121 path : eslint-js
@@ -148,12 +148,12 @@ jobs:
148148 runs-on : ubuntu-latest
149149 steps :
150150 - name : Checkout eslint
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v5
152152 with :
153153 path : eslint
154154
155155 - name : Checkout @eslint/json
156- uses : actions/checkout@v4
156+ uses : actions/checkout@v5
157157 with :
158158 repository : eslint/json
159159 path : json
@@ -194,7 +194,7 @@ jobs:
194194
195195 steps :
196196 - name : Checkout ${{ matrix.package.name }}
197- uses : actions/checkout@v4
197+ uses : actions/checkout@v5
198198
199199 - uses : actions/setup-node@v4
200200 with :
0 commit comments