Skip to content

Commit 43b0f27

Browse files
committed
chore: refresh github actions dependencies
1 parent ec3668f commit 43b0f27

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ on:
88
branches: [ main ]
99
workflow_dispatch:
1010

11-
env:
12-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13-
1411
jobs:
1512
lint:
1613
name: PSScriptAnalyzer Lint
1714
runs-on: windows-latest
1815
steps:
19-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
2017

2118
- name: Install PSScriptAnalyzer
2219
shell: pwsh
@@ -49,7 +46,7 @@ jobs:
4946
runs-on: windows-latest
5047
needs: lint
5148
steps:
52-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v6
5350

5451
- name: Install Pester 5
5552
shell: pwsh
@@ -76,7 +73,7 @@ jobs:
7673
7774
- name: Publish test results
7875
if: always()
79-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v7
8077
with:
8178
if-no-files-found: ignore
8279
name: pester-results
@@ -89,7 +86,7 @@ jobs:
8986
runs-on: windows-latest
9087
needs: test
9188
steps:
92-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v6
9390

9491
- name: Verify module loads and exports correctly
9592
shell: pwsh
@@ -124,7 +121,7 @@ jobs:
124121
needs: smoke
125122
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
126123
steps:
127-
- uses: actions/checkout@v4
124+
- uses: actions/checkout@v6
128125

129126
- name: Publish module
130127
shell: pwsh

0 commit comments

Comments
 (0)