Skip to content

Commit 6f0a3ac

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 224f26e commit 6f0a3ac

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

.github/workflows/Releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Install dependencies
2121
run: |
2222
npm install semantic-release@24 @semantic-release/git @semantic-release/changelog -D

.github/workflows/ci-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git config --global user.email $BOT_EMAIL
5252
git config --global user.name $BOT_USERNAME
5353
- name: Checkout repository
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
- name: Set up Node.js
5656
uses: actions/setup-node@v6
5757
with:

.github/workflows/cloudtty-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: '2'
2121

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout PR branch
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Install Node
2222
run: |

.github/workflows/create_rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
rc_branch: ${{ steps.create_release.outputs.rc_branch }}
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
echo LINODE_CLUSTER_CONTEXT=`kubectl config current-context` >> $GITHUB_ENV
257257
- name: Checkout
258258
if: ${{ inputs.install_profile != 'no-apl' }}
259-
uses: actions/checkout@v5
259+
uses: actions/checkout@v6
260260
- name: Set up Wiz
261261
if: ${{ inputs.install_profile != 'no-apl' }}
262262
run: |

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git config --global user.name $BOT_USERNAME
3838
3939
- name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
- name: Set up Docker Buildx
4242
uses: docker/setup-buildx-action@v3
4343
- name: Login to Github Packages
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-22.04
8181
steps:
8282
- name: Checkout
83-
uses: actions/checkout@v5
83+
uses: actions/checkout@v6
8484
- name: Deploy to dev
8585
run: ci/scripts/trigger_dev.sh
8686

@@ -92,7 +92,7 @@ jobs:
9292
COMMIT_MSG: ${{ github.event.head_commit.message }}
9393
steps:
9494
- name: Checkout
95-
uses: actions/checkout@v5
95+
uses: actions/checkout@v6
9696
- name: Set env
9797
run: |
9898
git config --global user.email $BOT_EMAIL
@@ -135,7 +135,7 @@ jobs:
135135
options: --user 0 # See https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions#user
136136
steps:
137137
- name: Checkout
138-
uses: actions/checkout@v5
138+
uses: actions/checkout@v6
139139
- name: Prepare chart
140140
id: prepare_chart
141141
run: |

.github/workflows/otomi-tools-build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: '2'
2828

.github/workflows/patch_rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)