From 2f6d2cc286ab8f997369ac2379d361a3d7e6487b Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Sun, 5 Jul 2026 17:49:02 +0200 Subject: [PATCH] update actions/checkout to v7 github generates a warning for me (despite I'm already on v4) because the action uses Node 20. This PR updates to the latest action version. --- .github/workflows/publish-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-plugin.yml b/.github/workflows/publish-plugin.yml index 04c6ce7..0e1fc39 100644 --- a/.github/workflows/publish-plugin.yml +++ b/.github/workflows/publish-plugin.yml @@ -9,7 +9,7 @@ jobs: env: WINDY_API_KEY: '${{ secrets.WINDY_API_KEY }}' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Build run: | npm install