|
12 | 12 | name: build and push with repository |
13 | 13 | runs-on: ubuntu-latest |
14 | 14 | steps: |
15 | | - - uses: actions/checkout@v2.3.5 |
| 15 | + - uses: actions/checkout@v2.7.0 |
16 | 16 | with: |
17 | 17 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
18 | 18 | ref: ${{ github.head_ref }} |
|
41 | 41 | name: build and push with default version and repository |
42 | 42 | runs-on: ubuntu-latest |
43 | 43 | steps: |
44 | | - - uses: actions/checkout@v2.3.5 |
| 44 | + - uses: actions/checkout@v2.7.0 |
45 | 45 | with: |
46 | 46 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
47 | 47 | ref: ${{ github.head_ref }} |
|
66 | 66 | name: build and push with repository and version from Dockerfile |
67 | 67 | runs-on: ubuntu-latest |
68 | 68 | steps: |
69 | | - - uses: actions/checkout@v2.3.5 |
| 69 | + - uses: actions/checkout@v2.7.0 |
70 | 70 | with: |
71 | 71 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
72 | 72 | ref: ${{ github.head_ref }} |
|
95 | 95 | outputs: |
96 | 96 | tags: ${{ steps.tuplip.outputs.tags }} |
97 | 97 | steps: |
98 | | - - uses: actions/checkout@v2.3.5 |
| 98 | + - uses: actions/checkout@v2.7.0 |
99 | 99 | with: |
100 | 100 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
101 | 101 | ref: ${{ github.head_ref }} |
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | outputs: |
126 | 126 | tags: ${{ steps.tuplip.outputs.tags }} |
127 | 127 | steps: |
128 | | - - uses: actions/checkout@v2.3.5 |
| 128 | + - uses: actions/checkout@v2.7.0 |
129 | 129 | with: |
130 | 130 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
131 | 131 | ref: ${{ github.head_ref }} |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | outputs: |
158 | 158 | tags: ${{ steps.tuplip.outputs.tags }} |
159 | 159 | steps: |
160 | | - - uses: actions/checkout@v2.3.5 |
| 160 | + - uses: actions/checkout@v2.7.0 |
161 | 161 | with: |
162 | 162 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
163 | 163 | ref: ${{ github.head_ref }} |
@@ -189,7 +189,7 @@ jobs: |
189 | 189 | outputs: |
190 | 190 | tags: ${{ steps.tuplip.outputs.tags }} |
191 | 191 | steps: |
192 | | - - uses: actions/checkout@v2.3.5 |
| 192 | + - uses: actions/checkout@v2.7.0 |
193 | 193 | with: |
194 | 194 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
195 | 195 | ref: ${{ github.head_ref }} |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | outputs: |
219 | 219 | tags: ${{ steps.tuplip.outputs.tags }} |
220 | 220 | steps: |
221 | | - - uses: actions/checkout@v2.3.5 |
| 221 | + - uses: actions/checkout@v2.7.0 |
222 | 222 | with: |
223 | 223 | repository: ${{ github.event.pull_request.head.repo.full_name }} |
224 | 224 | ref: ${{ github.head_ref }} |
@@ -266,7 +266,7 @@ jobs: |
266 | 266 | - defaults |
267 | 267 | - straight |
268 | 268 | steps: |
269 | | - - uses: actions/checkout@v2.3.5 |
| 269 | + - uses: actions/checkout@v2.7.0 |
270 | 270 | - uses: actions/download-artifact@v2.0.10 |
271 | 271 | with: |
272 | 272 | name: ${{ matrix.test }}-tags |
|
0 commit comments