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 b5e9097 commit 6b82dc9Copy full SHA for 6b82dc9
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: Install pnpm
19
uses: pnpm/action-setup@v4
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
29
30
31
- name: Detect package manager
32
id: detect-package-manager
33
run: |
0 commit comments