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 e5baa46 commit 7f85cb6Copy full SHA for 7f85cb6
.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/nuxthub.yml
@@ -14,7 +14,7 @@ jobs:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
0 commit comments