Skip to content

Commit 7b1bef5

Browse files
authored
Merge pull request #1636 from Badgerati/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents ea6e17d + 0b7f74a commit 7b1bef5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/PSScriptAnalyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: PSScriptAnalyzer
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747

4848
- name: Run PSScriptAnalyzer
4949
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f

.github/workflows/VirusTotal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
echo "VIRUSTOTAL_API_KEY is set. Proceeding with the workflow."
3939
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141

4242
- name: Setup .NET
4343
uses: actions/setup-dotnet@v4

.github/workflows/ci-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131

3232
- name: Check PowerShell version
3333
shell: pwsh

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838

3939
- name: Setup .NET
4040
uses: actions/setup-dotnet@v4

.github/workflows/ci-powershell.yml

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

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
- name: Check PowerShell version
3636
shell: powershell

.github/workflows/ci-pwsh7_5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
os: [ubuntu-latest, windows-latest, macOS-latest]
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141

4242
- name: Setup .NET
4343
uses: actions/setup-dotnet@v4

.github/workflows/ci-pwsh_lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
os: [ubuntu-latest, windows-latest, macOS-latest]
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141

4242
- name: Setup .NET
4343
uses: actions/setup-dotnet@v4

.github/workflows/ci-pwsh_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
os: [ubuntu-latest, windows-latest, macOS-latest]
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141

4242
- name: Setup .NET
4343
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)