File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : ${{ matrix.os }}
2323 steps :
2424 - name : Checkout current branch (full)
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-22.04
99 steps :
1010 - name : Checkout current branch (full)
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 77 test-dataflow :
88 runs-on : ubuntu-22.04
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : google-github-actions/auth@v2
1212 with :
1313 credentials_json : ${{ secrets.GCP_CREDENTIALS }}
Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.os }}
2121 steps :
2222 - name : Checkout current branch (full)
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change 2121 timeout-minutes : 60
2222 steps :
2323 - name : Checkout current branch (full)
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
You can’t perform that action at this time.
0 commit comments