Skip to content

Commit 208c20e

Browse files
committed
chore: up dev deps
1 parent b546e4f commit 208c20e

5 files changed

Lines changed: 164 additions & 164 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: 'npm'
2727
- run: npm ci
2828
- run: npm run build
29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v5
3030
with:
3131
name: build
3232
path: |
@@ -56,7 +56,7 @@ jobs:
5656
run: npm ci
5757
- name: Run tests
5858
run: npm run test
59-
- uses: actions/upload-artifact@v4
59+
- uses: actions/upload-artifact@v5
6060
with:
6161
name: coverage
6262
path: |

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d #v7.1.0
25+
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 #v7.1.3
2626
with:
2727
enable-cache: false
2828

2929
- name: Run zizmor
30-
run: uvx zizmor@1.15.1 .github/workflows -v -p --min-severity=medium
30+
run: uvx zizmor@1.16.3 .github/workflows -v -p --min-severity=medium

0 commit comments

Comments
 (0)