Skip to content
This repository was archived by the owner on Aug 12, 2026. It is now read-only.

Commit 0c5c330

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 f2e2b7b commit 0c5c330

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-labeler.yml

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

2020
steps:
2121
- name: ⤵️ Check out code from GitHub
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
# Label PRs based on file changes
2525
- name: 🏷️ Label PR based on changed files

.github/workflows/powershell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: PSScriptAnalyzer
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333

3434
- name: Run PSScriptAnalyzer
3535
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f

.github/workflows/sync-labels.yml

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: ⤵️ Check out code from GitHub
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
- name: 🚀 Run Label Syncer
2525
uses: EndBug/label-sync@v2
2626
with:

0 commit comments

Comments
 (0)