Skip to content

Commit 7a3c24a

Browse files
authored
Merge pull request #877 from EUCPilots/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 06f6c47 + 277535f commit 7a3c24a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
#if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' }}
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737

3838
- name: Install and cache PowerShell modules
3939
id: psmodulecache

.github/workflows/update-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Update module version
1515
runs-on: windows-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
ref: main
2020
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/validate-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Run PSScriptAnalyzer
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Run PSScriptAnalyzer (main push)
3131
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
@@ -48,7 +48,7 @@ jobs:
4848
permissions:
4949
contents: read
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252

5353
- name: Pester tests
5454
shell: powershell

0 commit comments

Comments
 (0)