Skip to content

Commit 34b1adf

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

12 files changed

Lines changed: 16 additions & 16 deletions

.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@v6
19+
uses: actions/checkout@v7
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@v6
54+
uses: actions/checkout@v7
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@v6
18+
uses: actions/checkout@v7
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@v6
19+
uses: actions/checkout@v7
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@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/cut-release-branch.yml

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

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
with:
4040
ref: ${{ inputs.base_branch }}
4141
fetch-depth: 0

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
echo LINODE_CLUSTER_CONTEXT=`kubectl config current-context` >> $GITHUB_ENV
271271
- name: Checkout
272272
if: ${{ inputs.install_profile != 'no-apl' }}
273-
uses: actions/checkout@v6
273+
uses: actions/checkout@v7
274274
- name: Set up Wiz
275275
if: ${{ inputs.install_profile != 'no-apl' && inputs.enableWiz }}
276276
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@v6
40+
uses: actions/checkout@v7
4141
- name: Set up Docker Buildx
4242
uses: docker/setup-buildx-action@v4
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@v6
83+
uses: actions/checkout@v7
8484
- name: Install the Linode CLI
8585
uses: linode/action-linode-cli@v1
8686
with:
@@ -99,7 +99,7 @@ jobs:
9999
COMMIT_MSG: ${{ github.event.head_commit.message }}
100100
steps:
101101
- name: Checkout
102-
uses: actions/checkout@v6
102+
uses: actions/checkout@v7
103103
- name: Set env
104104
run: |
105105
git config --global user.email $BOT_EMAIL
@@ -143,7 +143,7 @@ jobs:
143143
options: --user 0 # See https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions#user
144144
steps:
145145
- name: Checkout
146-
uses: actions/checkout@v6
146+
uses: actions/checkout@v7
147147
- name: Prepare chart
148148
id: prepare_chart
149149
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@v6
25+
uses: actions/checkout@v7
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@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)