Skip to content

Commit 090be45

Browse files
ci(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 2c540a5 commit 090be45

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/apply-settings-and-rulesets.yml

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

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
- name: Set mode
3636
id: mode

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
core.setOutput('branch', releaseBranch);
144144
145145
- name: Checkout branch
146-
uses: actions/checkout@v6
146+
uses: actions/checkout@v7
147147
with:
148148
fetch-depth: 0
149149
ref: ${{ steps.branch.outputs.branch }}

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
1515
steps:
1616
- name: Check out
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Run labeler
2020
uses: actions/labeler@v6

0 commit comments

Comments
 (0)