Skip to content

Commit 4307e88

Browse files
committed
Update publish workflow to match minder main
1 parent 5a85525 commit 4307e88

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
working-directory: ./docs
2929
steps:
3030
- name: Checkout docs
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
repository: mindersec/minder
3434

35-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
35+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
36+
3637
with:
37-
node-version: 18
38+
node-version: 24
3839

3940
- name: Install dependencies
4041
run: npm ci

0 commit comments

Comments
 (0)