Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/_docs_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4.2.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0

- name: Setup Node
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0
with:
node-version: 20
node-version: 24

- name: Install Yarn dependencies
uses: borales/actions-yarn@v5.0.0
with:
cmd: global add markdownlint-cli2 markdown-it-admon
run: yarn global add markdownlint-cli2 markdown-it-admon

- name: Lint with markdownlint-cli2
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_policy_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Setup Regal
uses: StyraInc/setup-regal@v1.0.0
uses: open-policy-agent/setup-regal@761188c3b435761fa254beca508a44875619648f #v2.0.0
with:
version: latest

Expand Down
Loading