[READ-ONLY] Mirror of https://github.com/thoda-dev/nuxt-ollama. Simple integration of the official Ollama JavaScript Library for your Nuxt application.
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27 from thoda-dev/renovate/actions-checkout-6.x

chore(deps): update actions/checkout action to v6

authored by

Thomas and committed by
GitHub
(Nov 25, 2025, 4:24 PM +0100) 190b50c1 051a97cc

+2 -2
+2 -2
.github/workflows/ci.yml
··· 13 13 runs-on: ubuntu-latest 14 14 15 15 steps: 16 - - uses: actions/checkout@v5 16 + - uses: actions/checkout@v6 17 17 - uses: pnpm/action-setup@v4 18 18 - uses: actions/setup-node@v6 19 19 with: ··· 30 30 runs-on: ubuntu-latest 31 31 32 32 steps: 33 - - uses: actions/checkout@v5 33 + - uses: actions/checkout@v6 34 34 - uses: pnpm/action-setup@v4 35 35 - uses: actions/setup-node@v6 36 36 with: