File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 with :
3232 versionSpec : 6.0.x
3333
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v7
3535 with :
3636 fetch-depth : 0
3737
6464 echo>>"%GITHUB_ENV%" %%a=%%b
6565 )
6666
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v7
6868 with :
6969 submodules : " recursive"
7070
@@ -100,7 +100,7 @@ jobs:
100100 echo "GITHUB_SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV
101101 echo "SEMVER=${{ needs.setup.outputs.gitversion_semver }}" >> $GITHUB_ENV
102102
103- - uses : actions/checkout@v4
103+ - uses : actions/checkout@v7
104104 with :
105105 submodules : " recursive"
106106
@@ -132,7 +132,7 @@ jobs:
132132 run : echo "GITHUB_SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV
133133
134134 # We don't need expensive submodules for the managed side.
135- - uses : actions/checkout@v4
135+ - uses : actions/checkout@v7
136136
137137 - name : Build runtime v${{ needs.setup.outputs.gitversion_semver }}
138138 uses : actions/setup-dotnet@v4
@@ -183,7 +183,7 @@ jobs:
183183 run : echo "GITHUB_SHA_SHORT=${GITHUB_SHA::7}" >> $GITHUB_ENV
184184
185185 - name : Checkout
186- uses : actions/checkout@v4
186+ uses : actions/checkout@v7
187187 with :
188188 fetch-depth : 0
189189
You can’t perform that action at this time.
0 commit comments