diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 181bd76..dad5ef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: - name: Dispatch dev-deployment if: github.ref == 'refs/heads/master' || github.event.inputs.deploy-dev == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.LEON_REPOSITORY_DISPATCH }} script: |