Skip to content

Commit 836437d

Browse files
chore(deps): update actions/checkout action to v6
1 parent dc91d73 commit 836437d

11 files changed

+19
-19
lines changed

.github/workflows/block.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Allows github.token to push commit
1616
contents: write
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
ref: ${{ env.BRANCH }}
2121
- name: remove unblock file

.github/workflows/renovatebot_config_linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: read
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Install Renovatebot config validator
1616
run: npm install --global renovate

.github/workflows/repolinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
return data.data && data.data.default_branch === context.ref.split('/').slice(-1)[0]
2525
- name: Checkout Self
2626
if: ${{ steps.default-branch.outputs.result == 'true' }}
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
- name: Run Repolinter
2929
if: ${{ steps.default-branch.outputs.result == 'true' }}
3030
uses: newrelic/repolinter-action@v1

.github/workflows/reposettings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Read reposettings.yml
1818
run: |
1919
echo 'REPOSETTINGS_YML<<EOF' >> $GITHUB_ENV

.github/workflows/reusable-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !startsWith(github.head_ref, 'renovate/')}}
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Debug Labels
1717
run: |
1818
echo "${{ toJson(github.event.pull_request.labels[*].name) }}"
@@ -39,6 +39,6 @@ jobs:
3939
needs: changelog-entry
4040
steps:
4141
- name: Checkout code
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
- name: Check if CHANGELOG is valid
4444
uses: newrelic/release-toolkit/validate-markdown@v1

.github/workflows/reusable-release-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
ref: gh-pages
2828
- name: Download remote index file and check equality
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
needs: [ validate-gh-pages-index ]
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
with:
4141
fetch-depth: 0
4242

.github/workflows/reusable-release-integration.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
DOCKER_IMAGE_TAG=$(echo "${{ github.event.release.tag_name }}" | sed 's/^v//')
9494
echo "DOCKER_IMAGE_TAG=$DOCKER_IMAGE_TAG" >> $GITHUB_ENV
9595
echo "DATE=`date`" >> $GITHUB_ENV
96-
- uses: actions/checkout@v5
96+
- uses: actions/checkout@v6
9797
- name: Set up Go
9898
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
9999
with:
@@ -133,7 +133,7 @@ jobs:
133133
echo "DOCKER_IMAGE_TAG=$DOCKER_IMAGE_TAG" >> $GITHUB_ENV
134134
echo "DATE=`date`" >> $GITHUB_ENV
135135
echo "new-version=$DOCKER_IMAGE_TAG" >> $GITHUB_OUTPUT
136-
- uses: actions/checkout@v5
136+
- uses: actions/checkout@v6
137137
- name: Set up QEMU
138138
uses: docker/setup-qemu-action@v3
139139
- name: Set up Docker Buildx
@@ -194,7 +194,7 @@ jobs:
194194
tag: ltsc2022
195195
runs-on: ${{ matrix.windows.runner }}
196196
steps:
197-
- uses: actions/checkout@v5
197+
- uses: actions/checkout@v6
198198
- uses: actions/setup-go@v6
199199
with:
200200
go-version-file: 'go.mod'
@@ -233,7 +233,7 @@ jobs:
233233
tag: ltsc2022
234234
runs-on: ${{ matrix.windows.runner }}
235235
steps:
236-
- uses: actions/checkout@v5
236+
- uses: actions/checkout@v6
237237
- name: Download Windows artifacts from build job with bin path
238238
if: ${{ inputs.artifact_path }}
239239
uses: actions/download-artifact@v5
@@ -313,7 +313,7 @@ jobs:
313313
REGCTL_VERSION: v0.8.3
314314
steps:
315315
- name: Checkout create-combined-manifest shell script
316-
uses: actions/checkout@v5
316+
uses: actions/checkout@v6
317317
with:
318318
repository: newrelic/k8s-agents-automation
319319
path: tools
@@ -359,7 +359,7 @@ jobs:
359359
}}
360360
steps:
361361
- name: Checkout original repo
362-
uses: actions/checkout@v5
362+
uses: actions/checkout@v6
363363
with:
364364
repository: ${{ env.ORIGINAL_REPO_NAME }}
365365
ref: main
@@ -389,7 +389,7 @@ jobs:
389389
go-version-file: './go.mod'
390390

391391
- name: Checkout version-update.go app
392-
uses: actions/checkout@v5
392+
uses: actions/checkout@v6
393393
with:
394394
repository: newrelic/k8s-agents-automation
395395
path: tools

.github/workflows/reusable-security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Set up Go
2626
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0

.github/workflows/trigger_prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo This workflow should only be triggered for the '${{ github.event.repository.default_branch }}' branch
8787
exit 1
8888
fi
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090
with:
9191
fetch-depth: 0
9292
ref: ${{ github.event.repository.default_branch }}

.github/workflows/trigger_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo This workflow should only be triggered for the '${{ github.event.repository.default_branch }}' branch
8787
exit 1
8888
fi
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090
with:
9191
fetch-depth: 0
9292
ref: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)