|
23 | 23 |
|
24 | 24 | steps: |
25 | 25 | - name: Checkout code |
26 | | - uses: actions/checkout@v4 |
| 26 | + uses: actions/checkout@v5 |
27 | 27 |
|
28 | 28 | - name: Log in to GitHub Container Registry |
29 | 29 | run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin |
|
76 | 76 |
|
77 | 77 | steps: |
78 | 78 | - name: Checkout code |
79 | | - uses: actions/checkout@v4 |
| 79 | + uses: actions/checkout@v5 |
80 | 80 |
|
81 | 81 | - name: Log in to GitHub Container Registry |
82 | 82 | run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 |
|
130 | 130 | steps: |
131 | 131 | - name: Checkout code |
132 | | - uses: actions/checkout@v4 |
| 132 | + uses: actions/checkout@v5 |
133 | 133 |
|
134 | 134 | - name: Log in to GitHub Container Registry |
135 | 135 | run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 |
|
183 | 183 | steps: |
184 | 184 | - name: Checkout code |
185 | | - uses: actions/checkout@v4 |
| 185 | + uses: actions/checkout@v5 |
186 | 186 |
|
187 | 187 | - name: Log in to GitHub Container Registry |
188 | 188 | run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin |
@@ -235,7 +235,7 @@ jobs: |
235 | 235 |
|
236 | 236 | steps: |
237 | 237 | - name: Checkout code |
238 | | - uses: actions/checkout@v4 |
| 238 | + uses: actions/checkout@v5 |
239 | 239 |
|
240 | 240 | - name: Log in to GitHub Container Registry |
241 | 241 | run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin |
@@ -288,7 +288,7 @@ jobs: |
288 | 288 |
|
289 | 289 | steps: |
290 | 290 | - name: Checkout code |
291 | | - uses: actions/checkout@v4 |
| 291 | + uses: actions/checkout@v5 |
292 | 292 |
|
293 | 293 | - name: Log in to GitHub Container Registry |
294 | 294 | run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin |
|
0 commit comments