diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 971b0e0..1d8b08f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.6.2 + - uses: vanilla-os/vib-gh-action@v0.7.0 with: recipe: 'recipe.yml' diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c0a6e5a..a7cea0b 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] + "recommendations": ["Vue.volar"] }