diff --git a/.github/workflows/dependabot.vscode.yml b/.github/workflows/dependabot.vscode.yml index 3975148..4701cec 100644 --- a/.github/workflows/dependabot.vscode.yml +++ b/.github/workflows/dependabot.vscode.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Update VSCode - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: |- const fs = require("fs");