Skip to content

Commit da104b2

Browse files
authored
Merge pull request #3 from tablackburn/dependabot/github_actions/actions/checkout-6
ci: Bump actions/checkout from 4 to 6
2 parents 51d4c37 + 4d476cc commit da104b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: PSScriptAnalyzer Lint
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Cache PowerShell modules
2121
uses: actions/cache@v5
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
os: [ubuntu-latest, windows-latest, macOS-latest]
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v6
6262

6363
- name: Cache PowerShell modules
6464
uses: actions/cache@v5

.github/workflows/PublishModuleToPowerShellGallery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)