We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231e596 commit df4d2a4Copy full SHA for df4d2a4
3 files changed
.github/workflows/autofix.yml
@@ -11,7 +11,7 @@ jobs:
11
timeout-minutes: 10
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
16
- name: Use Node.js lts/*
17
uses: actions/setup-node@v4
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
lint:
8
runs-on: ubuntu-latest
9
10
- name: Install pnpm
uses: pnpm/action-setup@v4
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
release:
with:
fetch-depth: 0
18
0 commit comments