4949 runs-on : ubuntu-latest
5050 if : github.event_name == 'pull_request'
5151 steps :
52- - uses : actions/checkout@v6
52+ - uses : actions/checkout@v7
5353 with :
5454 fetch-depth : 0
5555 - name : Fail if PR branch is behind its base branch
@@ -100,10 +100,10 @@ jobs:
100100 # exactly as deploy.yml's proven-green gate does.
101101 TEST_POSTGRES_CUSTOMERS_URL : postgres://postgres:postgres@localhost:5432/instant_customers?sslmode=disable
102102 steps :
103- - uses : actions/checkout@v6
103+ - uses : actions/checkout@v7
104104
105105 - name : Checkout proto sibling (for go.mod replace ../proto)
106- uses : actions/checkout@v6
106+ uses : actions/checkout@v7
107107 with :
108108 repository : ${{ vars.PROTO_REPO || format('{0}/proto', github.repository_owner) }}
109109 token : ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
@@ -113,7 +113,7 @@ jobs:
113113 run : mv _proto_ci ../proto
114114
115115 - name : Checkout common sibling (for go.mod replace ../common)
116- uses : actions/checkout@v6
116+ uses : actions/checkout@v7
117117 with :
118118 repository : ${{ vars.COMMON_REPO || format('{0}/common', github.repository_owner) }}
119119 token : ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
@@ -208,10 +208,10 @@ jobs:
208208 if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
209209 runs-on : ubuntu-latest
210210 steps :
211- - uses : actions/checkout@v6
211+ - uses : actions/checkout@v7
212212
213213 - name : Checkout proto sibling
214- uses : actions/checkout@v6
214+ uses : actions/checkout@v7
215215 with :
216216 repository : ${{ vars.PROTO_REPO || format('{0}/proto', github.repository_owner) }}
217217 token : ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
@@ -220,7 +220,7 @@ jobs:
220220 - run : mv _proto_ci ../proto
221221
222222 - name : Checkout common sibling
223- uses : actions/checkout@v6
223+ uses : actions/checkout@v7
224224 with :
225225 repository : ${{ vars.COMMON_REPO || format('{0}/common', github.repository_owner) }}
226226 token : ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
0 commit comments