[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.

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

authored by

renovate[bot] and committed by
GitHub
(Nov 20, 2025, 6:10 PM UTC) 46160501 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: