Skip to content

Commit eb2cbd1

Browse files
committed
Update actions/checkout from v4 to v6 for Node.js 24 compatibility
1 parent a5a09ac commit eb2cbd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-psmodule-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Install Prerequisites
2020
run: .\build\powershell\Install-Prerequisites.ps1

.github/workflows/publish-psmodule-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313

1414
- name: Install Prerequisites
1515
run: .\build\powershell\Install-Prerequisites.ps1

0 commit comments

Comments
 (0)