File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 compile :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 - name : Setup Node.js
1313 uses : actions/setup-node@v1
1414 with :
Original file line number Diff line number Diff line change 9191 GITHUB_CONTEXT : ${{ toJSON(github) }}
9292 run : echo "$GITHUB_CONTEXT"
9393 - name : Checkout functions-framework-conformance
94- uses : actions/checkout@v3
94+ uses : actions/checkout@v4
9595 with :
9696 repository : ' GoogleCloudPlatform/functions-framework-conformance'
9797 ref : ${{ inputs.conformance-action-version }}
@@ -157,7 +157,7 @@ jobs:
157157 run : echo "$HOME/go/bin" >> $GITHUB_PATH
158158 - name : Check out repository
159159 if : ${{ matrix.builder-source }}
160- uses : actions/checkout@v3
160+ uses : actions/checkout@v4
161161 - name : Prerun script
162162 if : ${{ matrix.builder-source && inputs.prerun }}
163163 run : bash -x ${{ inputs.prerun }}
Original file line number Diff line number Diff line change 88 run-conformance :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212
1313 - uses : actions/setup-go@v2
1414 with :
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Check out repo
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717
1818 - name : Set up Go
1919 uses : actions/setup-go@v2
You can’t perform that action at this time.
0 commit comments