computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit fda5490bd4141e53047a01b5eda0ccfffae33166
parent a785915448839717de6d4af14441284adcb32127
Author: AdamPorcineFudgepuppy <>
Date:   Tue,  4 Jun 2024 10:56:37 -0500

bump version, move to latest gh action plugins

Diffstat:
M.github/workflows/build.yml | 6+++---
Mplugin.json | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -68,10 +68,10 @@ jobs: matrix: platform: [x64, arm64] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: plugin-version-cache with: path: plugin.json @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest needs: [build, build-mac] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: FranzDiebold/github-env-vars-action@v2 - name: Check if plugin version matches tag run: | diff --git a/plugin.json b/plugin.json @@ -1,6 +1,6 @@ { "slug": "computerscare", - "version": "2.1.5", + "version": "2.1.6", "name": "computerscare", "brand": "computerscare", "author": "computerscare",