We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a296ee1 commit 0d64cd8Copy full SHA for 0d64cd8
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
26
- name: Install Pnpm
27
run: npm i -g corepack@latest --force && corepack enable
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
28
29
30
0 commit comments