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

Commit 824051b

Browse files
authored
Merge pull request #129 from scns/dependabot/github_actions/actions/checkout-7
2 parents f2e2b7b + 0c5c330 commit 824051b

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)