|
93 | 93 | DOCKER_IMAGE_TAG=$(echo "${{ github.event.release.tag_name }}" | sed 's/^v//') |
94 | 94 | echo "DOCKER_IMAGE_TAG=$DOCKER_IMAGE_TAG" >> $GITHUB_ENV |
95 | 95 | echo "DATE=`date`" >> $GITHUB_ENV |
96 | | - - uses: actions/checkout@v5 |
| 96 | + - uses: actions/checkout@v6 |
97 | 97 | - name: Set up Go |
98 | 98 | uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 |
99 | 99 | with: |
@@ -133,7 +133,7 @@ jobs: |
133 | 133 | echo "DOCKER_IMAGE_TAG=$DOCKER_IMAGE_TAG" >> $GITHUB_ENV |
134 | 134 | echo "DATE=`date`" >> $GITHUB_ENV |
135 | 135 | echo "new-version=$DOCKER_IMAGE_TAG" >> $GITHUB_OUTPUT |
136 | | - - uses: actions/checkout@v5 |
| 136 | + - uses: actions/checkout@v6 |
137 | 137 | - name: Set up QEMU |
138 | 138 | uses: docker/setup-qemu-action@v3 |
139 | 139 | - name: Set up Docker Buildx |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | tag: ltsc2022 |
195 | 195 | runs-on: ${{ matrix.windows.runner }} |
196 | 196 | steps: |
197 | | - - uses: actions/checkout@v5 |
| 197 | + - uses: actions/checkout@v6 |
198 | 198 | - uses: actions/setup-go@v6 |
199 | 199 | with: |
200 | 200 | go-version-file: 'go.mod' |
@@ -233,7 +233,7 @@ jobs: |
233 | 233 | tag: ltsc2022 |
234 | 234 | runs-on: ${{ matrix.windows.runner }} |
235 | 235 | steps: |
236 | | - - uses: actions/checkout@v5 |
| 236 | + - uses: actions/checkout@v6 |
237 | 237 | - name: Download Windows artifacts from build job with bin path |
238 | 238 | if: ${{ inputs.artifact_path }} |
239 | 239 | uses: actions/download-artifact@v5 |
@@ -313,7 +313,7 @@ jobs: |
313 | 313 | REGCTL_VERSION: v0.8.3 |
314 | 314 | steps: |
315 | 315 | - name: Checkout create-combined-manifest shell script |
316 | | - uses: actions/checkout@v5 |
| 316 | + uses: actions/checkout@v6 |
317 | 317 | with: |
318 | 318 | repository: newrelic/k8s-agents-automation |
319 | 319 | path: tools |
@@ -359,7 +359,7 @@ jobs: |
359 | 359 | }} |
360 | 360 | steps: |
361 | 361 | - name: Checkout original repo |
362 | | - uses: actions/checkout@v5 |
| 362 | + uses: actions/checkout@v6 |
363 | 363 | with: |
364 | 364 | repository: ${{ env.ORIGINAL_REPO_NAME }} |
365 | 365 | ref: main |
@@ -389,7 +389,7 @@ jobs: |
389 | 389 | go-version-file: './go.mod' |
390 | 390 |
|
391 | 391 | - name: Checkout version-update.go app |
392 | | - uses: actions/checkout@v5 |
| 392 | + uses: actions/checkout@v6 |
393 | 393 | with: |
394 | 394 | repository: newrelic/k8s-agents-automation |
395 | 395 | path: tools |
|
0 commit comments