39
39
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
42
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
43
43
44
44
- name : Determine upstream
45
45
run : |
@@ -109,7 +109,7 @@ jobs:
109
109
os : [Linux, macOS]
110
110
steps :
111
111
- name : Checkout
112
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
112
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
113
113
114
114
- name : Linter Tests
115
115
# Run tests using KnownGoodVersion with any modified linters and conditionally all linters
@@ -151,7 +151,7 @@ jobs:
151
151
os : [Linux, macOS]
152
152
steps :
153
153
- name : Checkout
154
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
154
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
155
155
156
156
- name : Tool Tests
157
157
# Run tests using KnownGoodVersion with any modified tools and conditionally all tools. Don't run when cancelled.
@@ -175,7 +175,7 @@ jobs:
175
175
176
176
steps :
177
177
- name : Checkout
178
- uses : actions/checkout@v3
178
+ uses : actions/checkout@v4
179
179
with :
180
180
lfs : true
181
181
@@ -194,7 +194,7 @@ jobs:
194
194
timeout-minutes : 90
195
195
steps :
196
196
- name : Checkout
197
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
197
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
198
198
199
199
- name : Cache tool downloads
200
200
uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
@@ -220,7 +220,7 @@ jobs:
220
220
timeout-minutes : 60
221
221
steps :
222
222
- name : Checkout
223
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
223
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
224
224
225
225
- name : Cache tool downloads
226
226
uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
0 commit comments