diff --git a/.github/workflows/delete-solution.yml b/.github/workflows/delete-solution.yml index 24af5e0..64e2bfa 100644 --- a/.github/workflows/delete-solution.yml +++ b/.github/workflows/delete-solution.yml @@ -32,7 +32,7 @@ jobs: - name: Delete solution folder and update solutions.json id: delete_and_update - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: SOLUTION_NAME: ${{ github.event.inputs.solution_name_choice }} with: diff --git a/.github/workflows/export-solution-from-dev.yml b/.github/workflows/export-solution-from-dev.yml index 6f4b3be..ec31cda 100644 --- a/.github/workflows/export-solution-from-dev.yml +++ b/.github/workflows/export-solution-from-dev.yml @@ -157,7 +157,7 @@ jobs: - name: Ensure solutions.json includes exported solution id: ensure_json - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/sync-solution-choices.yml b/.github/workflows/sync-solution-choices.yml index 2288413..0fe2683 100644 --- a/.github/workflows/sync-solution-choices.yml +++ b/.github/workflows/sync-solution-choices.yml @@ -48,7 +48,7 @@ jobs: token: ${{ steps.auth.outputs.token }} - name: Sync dropdown options from solutions.json - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');