We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935a803 commit 0d8465eCopy full SHA for 0d8465e
3 files changed
.github/workflows/autofix.yml
@@ -10,7 +10,7 @@ jobs:
10
autofix:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
14
- uses: pnpm/action-setup@v5
15
- uses: actions/setup-node@v6
16
with:
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
permissions:
id-token: write
17
18
19
.github/workflows/requires_review.yml
@@ -18,7 +18,7 @@ jobs:
requires-external-review:
20
21
22
23
fetch-depth: 1
24
0 commit comments