Skip to content

Commit b9d0153

Browse files
committed
ci: update action workflows
1 parent 35d9ee9 commit b9d0153

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ on:
1212
- '*.ts'
1313
- 'lib/**'
1414
- 'scripts/**'
15+
- '.github/workflows/ci.yml'
16+
- 'package.json'
1517
workflow_dispatch:
1618

19+
permissions:
20+
contents: read
21+
1722
jobs:
1823
build:
1924
strategy:
@@ -37,7 +42,7 @@ jobs:
3742

3843
steps:
3944
- name: Checkout Repository
40-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4146

4247
- name: Use Nodejs ${{ matrix.node-version }}
4348
uses: actions/setup-node@v6

.github/workflows/typedoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy static content to Pages
1+
name: typedoc
22

33
on:
44
push:
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
- name: Use Nodejs ${{ matrix.node-version }}
2727
uses: actions/setup-node@v6
2828
with:

0 commit comments

Comments
 (0)