Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: PSScriptAnalyzer Lint
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Cache PowerShell modules
id: cache-lint-modules
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run:
shell: pwsh
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Cache PowerShell modules
uses: actions/cache@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run:
shell: pwsh
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Connect to Tailscale
id: tailscale
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishMkDocsToGitHubPages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Copy README.md to docs/index.md
shell: pwsh
run: | # powershell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishModuleToPowerShellGallery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: pwsh
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ggshield.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
GGSHIELD_ENABLED: ${{ secrets.GITGUARDIAN_API_KEY != '' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: env.GGSHIELD_ENABLED == 'true'
with:
fetch-depth: 0
Expand Down
Loading