Skip to content

Commit f0136c2

Browse files
authored
Merge pull request #39 from database-playground/ci-upgrade
2 parents 1edc615 + ac47ec3 commit f0136c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ on:
66
pull_request:
77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
lint:
1114
name: Run Linters
1215
runs-on: ubuntu-latest
1316

1417
steps:
1518
- name: Checkout
16-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
1720

1821
- uses: pnpm/action-setup@v4
1922
name: Install pnpm
@@ -22,7 +25,7 @@ jobs:
2225
run_install: false
2326

2427
- name: Install Node.js
25-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
2629
with:
2730
node-version: 20
2831
cache: "pnpm"

0 commit comments

Comments
 (0)