Skip to content

Commit b796104

Browse files
chore(deps): bump actions/checkout from 5 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 381ba82 commit b796104

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/create-update-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616
steps:
1717
- name: Checkout head
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v7
1919
- name: Fetch tags
2020
run: git fetch --prune --unshallow --tags
2121
- name: Get extension token

.github/workflows/lint-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: Checkout repository
89-
uses: actions/checkout@v6
89+
uses: actions/checkout@v7
9090
- name: Validate changelog diffs
9191
uses: ./.github/actions/check-merge-queue-changelogs
9292

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: github.event_name != 'merge_group' || needs.check-skip-merge-queue.outputs.skip-merge-queue != 'true'
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v7
3333
- name: Download actionlint
3434
id: download-actionlint
3535
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/914e7df21a07ef503a81201c76d2b11c789d3fca/scripts/download-actionlint.bash) 1.7.12
@@ -86,7 +86,7 @@ jobs:
8686
pull-requests: write
8787
steps:
8888
- name: Checkout repository
89-
uses: actions/checkout@v5
89+
uses: actions/checkout@v7
9090
- name: Check release
9191
if: github.event_name != 'push'
9292
uses: ./.github/actions/check-release

.github/workflows/update-changelogs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
>> "$GITHUB_OUTPUT"
5959
6060
- name: Checkout repository
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464
fetch-depth: 0
@@ -103,7 +103,7 @@ jobs:
103103
contents: write
104104
pull_requests: write
105105
- name: Checkout repository
106-
uses: actions/checkout@v6
106+
uses: actions/checkout@v7
107107
- name: React to the comment
108108
run: |
109109
gh api \
@@ -136,7 +136,7 @@ jobs:
136136
pull_requests: write
137137
138138
- name: Check out the base branch
139-
uses: actions/checkout@v6
139+
uses: actions/checkout@v7
140140
with:
141141
ref: ${{ needs.is-release.outputs.merge-base }}
142142
token: ${{ steps.get-token.outputs.token }}

0 commit comments

Comments
 (0)