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.
2 parents e52d591 + 88d2d09 commit e32ff77Copy full SHA for e32ff77
.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